https://1655948041.swtpos.de/categories/products

Log Messages

Info. & Errors 2

Informational and error log messages generated during the execution of the application.

Level Channel Message
INFO request Matched route
"caschbox_categories_products"
.
[
  "route" => "caschbox_categories_products"
  "route_parameters" => [
    "_route" => "caschbox_categories_products"
    "_controller" => "App\Controller\CashBox\CategoryController::products"
  ]
  "request_uri" => "https://1655948041.swtpos.de/categories/products"
  "method" => "GET"
]
INFO doctrine Connecting with parameters
[
  "driver" => "pdo_mysql"
  "charset" => "utf8"
  "url" => "<redacted>"
  "host" => "127.0.0.1"
  "port" => 3306
  "user" => "0ea4e7d9ff58ceb3db0ace108266096e"
  "password" => "<redacted>"
  "driverOptions" => []
  "serverVersion" => "mariadb-10.4.8"
  "defaultTableOptions" => [
    "charset" => "utf8"
  ]
  "dbname" => "6930a678053fbd38c507bcf491e1d6f9"
]
[
  "params" => [
    "driver" => "pdo_mysql"
    "charset" => "utf8"
    "url" => "<redacted>"
    "host" => "127.0.0.1"
    "port" => 3306
    "user" => "0ea4e7d9ff58ceb3db0ace108266096e"
    "password" => "<redacted>"
    "driverOptions" => []
    "serverVersion" => "mariadb-10.4.8"
    "defaultTableOptions" => [
      "charset" => "utf8"
    ]
    "dbname" => "6930a678053fbd38c507bcf491e1d6f9"
  ]
]

Deprecations 56

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#389
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27 {
        include_once …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);}
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:407 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:150 {
        Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:457 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:787 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:190 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27 {
    include_once …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);}
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:407 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:150 {
    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:457 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:787 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:190 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
[
  "exception" => ErrorException {#388
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php"
    #line: 18
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18 {
        spl_autoload_call($class_name) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);}
      spl_autoload_call() {}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:31 {
        include_once …
        › class_exists(AuthenticationEvents::class);class_exists(AuthenticationFailureEvent::class);class_exists(AuthenticationSuccessEvent::class);
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:407 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:150 {
        Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:457 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:787 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:190 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18 {
    spl_autoload_call($class_name) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);}
  spl_autoload_call() {}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:31 {
    include_once …
    › class_exists(AuthenticationEvents::class);class_exists(AuthenticationFailureEvent::class);class_exists(AuthenticationSuccessEvent::class);
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:407 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:150 {
    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:457 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:787 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:190 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated.
[
  "exception" => ErrorException {#283
    #message: "User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php"
    #line: 55
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->__construct(callable $exceptionHandler = null, LoggerInterface $logger = null, $levels = E_ALL, int $throwAt = E_ALL, bool $scream = true, $scope = true, $deprecationLogger = null, $fileLinkFormat = null) …
        › if (!\is_bool($scope)) {    trigger_deprecation('symfony/http-kernel', '5.4', 'Passing a $fileLinkFormat is deprecated.');    $scope = $deprecationLogger;
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2284 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getDebug_DebugHandlersListenerService() …
        › 
        ›     return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, NULL);}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1400 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());}, 1 => 'configure'], 2048);
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:55 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->__construct(callable $exceptionHandler = null, LoggerInterface $logger = null, $levels = E_ALL, int $throwAt = E_ALL, bool $scream = true, $scope = true, $deprecationLogger = null, $fileLinkFormat = null) …
    › if (!\is_bool($scope)) {    trigger_deprecation('symfony/http-kernel', '5.4', 'Passing a $fileLinkFormat is deprecated.');    $scope = $deprecationLogger;
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2284 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getDebug_DebugHandlersListenerService() …
    › 
    ›     return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, NULL);}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1400 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());}, 1 => 'configure'], 2048);
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface" instead.
[
  "exception" => ErrorException {#596
    #message: "User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface" instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AccessDecisionManager.php"
    #line: 75
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75 {
        Symfony\Component\Security\Core\Authorization\AccessDecisionManager->__construct(iterable $voters = [], $strategy = null) …
        › if (\is_string($strategy)) {    trigger_deprecation('symfony/security-core', '5.4', 'Passing the access decision strategy as a string is deprecated, pass an instance of "%s" instead.', AccessDecisionStrategyInterface::class);    $allowIfAllAbstainDecisions = 3 <= \func_num_args() && func_get_arg(2);
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2320 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getDebug_Security_Access_DecisionManagerService() …
        ›         yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));    }, 3), 'affirmative', false, true));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1630 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
        › {    return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2062 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() …
        › {    return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2052 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() …
        › {    return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1313 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3);
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:75 {
    Symfony\Component\Security\Core\Authorization\AccessDecisionManager->__construct(iterable $voters = [], $strategy = null) …
    › if (\is_string($strategy)) {    trigger_deprecation('symfony/security-core', '5.4', 'Passing the access decision strategy as a string is deprecated, pass an instance of "%s" instead.', AccessDecisionStrategyInterface::class);    $allowIfAllAbstainDecisions = 3 <= \func_num_args() && func_get_arg(2);
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2320 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getDebug_Security_Access_DecisionManagerService() …
    ›         yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));    }, 3), 'affirmative', false, true));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1630 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
    › {    return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2062 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() …
    › {    return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2052 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() …
    › {    return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1313 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3);
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated.
[
  "exception" => ErrorException {#604
    #message: "User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
    #line: 38
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38 {
        Symfony\Component\Security\Core\Authorization\AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
        › if ($accessDecisionManager instanceof AuthenticationManagerInterface) {    trigger_deprecation('symfony/security-core', '5.4', 'The $autenticationManager argument of "%s" is deprecated.', __METHOD__);}
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1630 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
        › {    return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2062 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() …
        › {    return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2052 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() …
        › {    return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1313 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3);
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:38 {
    Symfony\Component\Security\Core\Authorization\AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
    › if ($accessDecisionManager instanceof AuthenticationManagerInterface) {    trigger_deprecation('symfony/security-core', '5.4', 'The $autenticationManager argument of "%s" is deprecated.', __METHOD__);}
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1630 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
    › {    return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2062 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() …
    › {    return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2052 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() …
    › {    return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1313 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3);
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
[
  "exception" => ErrorException {#595
    #message: "User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
    #line: 50
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:50 {
        Symfony\Component\Security\Core\Authorization\AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
        › if (false !== $exceptionOnNoToken) {    trigger_deprecation('symfony/security-core', '5.4', 'Not setting the 5th argument of "%s" to "false" is deprecated.', __METHOD__);}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1630 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
        › {    return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2062 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() …
        › {    return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2052 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() …
        › {    return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1313 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3);
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:50 {
    Symfony\Component\Security\Core\Authorization\AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
    › if (false !== $exceptionOnNoToken) {    trigger_deprecation('symfony/security-core', '5.4', 'Not setting the 5th argument of "%s" to "false" is deprecated.', __METHOD__);}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1630 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
    › {    return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2062 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_ResourceAccessCheckerService() …
    › {    return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:2052 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->getApiPlatform_Security_Listener_Request_DenyAccessService() …
    › {    return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:1313 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->ContainerUO1L7lp\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());}, 1 => 'onSecurity'], 3);
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (7 times) User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
[
  "exception" => ErrorException {#394
    #message: "User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Event/KernelEvent.php"
    #line: 88
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Event/KernelEvent.php:88 {
        Symfony\Component\HttpKernel\Event\KernelEvent->isMasterRequest() …
        › {    trigger_deprecation('symfony/http-kernel', '5.3', '"%s()" is deprecated, use "isMainRequest()" instead.', __METHOD__);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:41 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › {    if (!$event->isMasterRequest()) {        return;
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Event/KernelEvent.php:88 {
    Symfony\Component\HttpKernel\Event\KernelEvent->isMasterRequest() …
    › {    trigger_deprecation('symfony/http-kernel', '5.3', '"%s()" is deprecated, use "isMainRequest()" instead.', __METHOD__);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:41 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › {    if (!$event->isMasterRequest()) {        return;
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead.
[
  "exception" => ErrorException {#474
    #message: "User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    #line: 50
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:50 {
        Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
        › if ($requestStack instanceof SessionInterface) {    trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);    $request = new Request();
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Csrf_TokenStorageService.php:24 {
        ContainerUO1L7lp\getSecurity_Csrf_TokenStorageService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['session'] ?? $container->load('getSessionService')));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/get_Container_Private_Security_Csrf_TokenManagerService.php:25 {
        ContainerUO1L7lp\get_Container_Private_Security_Csrf_TokenManagerService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getLoginFormAuthenticatorService.php:28 {
        ContainerUO1L7lp\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Firewall_Map_Context_MainService.php:48 {
        ContainerUO1L7lp\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php:50 {
    Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
    › if ($requestStack instanceof SessionInterface) {    trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);    $request = new Request();
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Csrf_TokenStorageService.php:24 {
    ContainerUO1L7lp\getSecurity_Csrf_TokenStorageService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['session'] ?? $container->load('getSessionService')));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/get_Container_Private_Security_Csrf_TokenManagerService.php:25 {
    ContainerUO1L7lp\get_Container_Private_Security_Csrf_TokenManagerService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getLoginFormAuthenticatorService.php:28 {
    ContainerUO1L7lp\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Firewall_Map_Context_MainService.php:48 {
    ContainerUO1L7lp\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
[
  "exception" => ErrorException {#460
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php:17 {
        include_once …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);}
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_PasswordEncoderService.php:20 {
        ContainerUO1L7lp\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';    include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getLoginFormAuthenticatorService.php:28 {
        ContainerUO1L7lp\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Firewall_Map_Context_MainService.php:48 {
        ContainerUO1L7lp\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php:17 {
    include_once …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);}
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_PasswordEncoderService.php:20 {
    ContainerUO1L7lp\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';    include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getLoginFormAuthenticatorService.php:28 {
    ContainerUO1L7lp\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Firewall_Map_Context_MainService.php:48 {
    ContainerUO1L7lp\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
[
  "exception" => ErrorException {#465
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php"
    #line: 19
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19 {
        include_once …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);}
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_PasswordEncoderService.php:21 {
        ContainerUO1L7lp\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';}
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getLoginFormAuthenticatorService.php:28 {
        ContainerUO1L7lp\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Firewall_Map_Context_MainService.php:48 {
        ContainerUO1L7lp\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19 {
    include_once …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);}
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_PasswordEncoderService.php:21 {
    ContainerUO1L7lp\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';}
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getLoginFormAuthenticatorService.php:28 {
    ContainerUO1L7lp\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Firewall_Map_Context_MainService.php:48 {
    ContainerUO1L7lp\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
[
  "exception" => ErrorException {#473
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
        include_once …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_EncoderFactory_GenericService.php:20 {
        ContainerUO1L7lp\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';    include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_PasswordEncoderService.php:23 {
        ContainerUO1L7lp\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getLoginFormAuthenticatorService.php:28 {
        ContainerUO1L7lp\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Firewall_Map_Context_MainService.php:48 {
        ContainerUO1L7lp\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
    include_once …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_EncoderFactory_GenericService.php:20 {
    ContainerUO1L7lp\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';    include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_PasswordEncoderService.php:23 {
    ContainerUO1L7lp\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getLoginFormAuthenticatorService.php:28 {
    ContainerUO1L7lp\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Firewall_Map_Context_MainService.php:48 {
    ContainerUO1L7lp\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
[
  "exception" => ErrorException {#458
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactory.php"
    #line: 20
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 {
        include_once …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);}
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_EncoderFactory_GenericService.php:21 {
        ContainerUO1L7lp\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';}
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_PasswordEncoderService.php:23 {
        ContainerUO1L7lp\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getLoginFormAuthenticatorService.php:28 {
        ContainerUO1L7lp\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Firewall_Map_Context_MainService.php:48 {
        ContainerUO1L7lp\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
        ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 {
    include_once …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);}
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_EncoderFactory_GenericService.php:21 {
    ContainerUO1L7lp\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';}
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_PasswordEncoderService.php:23 {
    ContainerUO1L7lp\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getLoginFormAuthenticatorService.php:28 {
    ContainerUO1L7lp\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/getSecurity_Firewall_Map_Context_MainService.php:48 {
    ContainerUO1L7lp\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/1655948041.swtpos.de/var/cache/dev/ContainerUO1L7lp/App_KernelDevDebugContainer.php:730 {
    ContainerUO1L7lp\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:128 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (2 times) User Deprecated: Since symfony/http-kernel 5.3: Method "Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttribute()" is deprecated, use "getAttributes()" instead.
[
  "exception" => ErrorException {#792
    #message: "User Deprecated: Since symfony/http-kernel 5.3: Method "Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttribute()" is deprecated, use "getAttributes()" instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadata.php"
    #line: 128
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadata.php:128 {
        Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata->getAttribute(): ArgumentInterface …
        › {    trigger_deprecation('symfony/http-kernel', '5.3', 'Method "%s()" is deprecated, use "getAttributes()" instead.', __METHOD__);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Controller/UserValueResolver.php:40 {
        Symfony\Component\Security\Http\Controller\UserValueResolver->supports(Request $request, ArgumentMetadata $argument): bool …
        › // otherwise, the type must be UserInterfaceif (UserInterface::class !== $argument->getType() && !$argument->getAttribute() instanceof CurrentUser) {    return false;
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:43 {
        Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->supports(Request $request, ArgumentMetadata $argument): bool …
        › 
        › $return = $this->inner->supports($request, $argument);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:51 {
        Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller): array …
        › foreach ($this->argumentValueResolvers as $resolver) {    if (!$resolver->supports($request, $metadata)) {        continue;
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller) …
        › 
        › $ret = $this->resolver->getArguments($request, $controller);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:144 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadata.php:128 {
    Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata->getAttribute(): ArgumentInterface …
    › {    trigger_deprecation('symfony/http-kernel', '5.3', 'Method "%s()" is deprecated, use "getAttributes()" instead.', __METHOD__);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Controller/UserValueResolver.php:40 {
    Symfony\Component\Security\Http\Controller\UserValueResolver->supports(Request $request, ArgumentMetadata $argument): bool …
    › // otherwise, the type must be UserInterfaceif (UserInterface::class !== $argument->getType() && !$argument->getAttribute() instanceof CurrentUser) {    return false;
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:43 {
    Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->supports(Request $request, ArgumentMetadata $argument): bool …
    › 
    › $return = $this->inner->supports($request, $argument);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:51 {
    Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller): array …
    › foreach ($this->argumentValueResolvers as $resolver) {    if (!$resolver->supports($request, $metadata)) {        continue;
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller) …
    › 
    › $ret = $this->resolver->getArguments($request, $controller);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:144 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › // controller arguments$arguments = $this->argumentResolver->getArguments($request, $controller);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (2 times) User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated.
[
  "exception" => ErrorException {#52998
    #message: "User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php"
    #line: 144
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144 {
        Symfony\Component\Security\Core\Authentication\Token\AbstractToken->isAuthenticated() …
        › if (1 > \func_num_args() || func_get_arg(0)) {    trigger_deprecation('symfony/security-core', '5.4', 'Method "%s()" is deprecated, return null from "getUser()" instead when a token is not authenticated.', __METHOD__);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/ContextListener.php:221 {
        Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
        › // tokens can be deauthenticated if the user has been changed.if (!$newToken->isAuthenticated()) {    $userDeauthenticated = true;
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/ContextListener.php:131 {
        Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event) …
        › if ($token instanceof TokenInterface) {    $token = $this->refreshUser($token);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
        › foreach ($listeners as $listener) {    $listener($event);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
        Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
        ›     $this->initializer = null;    $initializer();}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:99 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:144 {
    Symfony\Component\Security\Core\Authentication\Token\AbstractToken->isAuthenticated() …
    › if (1 > \func_num_args() || func_get_arg(0)) {    trigger_deprecation('symfony/security-core', '5.4', 'Method "%s()" is deprecated, return null from "getUser()" instead when a token is not authenticated.', __METHOD__);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/ContextListener.php:221 {
    Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
    › // tokens can be deauthenticated if the user has been changed.if (!$newToken->isAuthenticated()) {    $userDeauthenticated = true;
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Firewall/ContextListener.php:131 {
    Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event) …
    › if ($token instanceof TokenInterface) {    $token = $this->refreshUser($token);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
    › foreach ($listeners as $listener) {    $listener($event);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
    Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
    ›     $this->initializer = null;    $initializer();}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:99 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: Injecting the "session" in "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" is deprecated, inject the "request_stack" instead.
[
  "exception" => ErrorException {#487
    #message: "User Deprecated: Since symfony/security-core 5.3: Injecting the "session" in "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" is deprecated, inject the "request_stack" instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    #line: 84
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:84 {
        Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getSession(): SessionInterface …
        › if ($this->container->has('session')) {    trigger_deprecation('symfony/security-core', '5.3', 'Injecting the "session" in "%s" is deprecated, inject the "request_stack" instead.', __CLASS__);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:44 {
        Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface …
        ›     // increments the internal session usage index    $this->getSession()->getMetadataBag();}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:133 {
        Symfony\Component\Security\Http\Logout\LogoutUrlGenerator->getListener(?string $key): array …
        › if (null !== $this->tokenStorage) {    $token = $this->tokenStorage->getToken();}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:87 {
        Symfony\Component\Security\Http\Logout\LogoutUrlGenerator->generateLogoutUrl(?string $key, int $referenceType): string …
        › {    [$logoutPath, $csrfTokenId, $csrfParameter, $csrfTokenManager] = $this->getListener($key);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:62 {
        Symfony\Component\Security\Http\Logout\LogoutUrlGenerator->getLogoutPath(string $key = null) …
        › {    return $this->generateLogoutUrl($key, UrlGeneratorInterface::ABSOLUTE_PATH);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:116 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if (null !== $this->logoutUrlGenerator && !$token instanceof AnonymousToken) {    $logoutUrl = $this->logoutUrlGenerator->getLogoutPath();}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:99 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:84 {
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getSession(): SessionInterface …
    › if ($this->container->has('session')) {    trigger_deprecation('symfony/security-core', '5.3', 'Injecting the "session" in "%s" is deprecated, inject the "request_stack" instead.', __CLASS__);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:44 {
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface …
    ›     // increments the internal session usage index    $this->getSession()->getMetadataBag();}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:133 {
    Symfony\Component\Security\Http\Logout\LogoutUrlGenerator->getListener(?string $key): array …
    › if (null !== $this->tokenStorage) {    $token = $this->tokenStorage->getToken();}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:87 {
    Symfony\Component\Security\Http\Logout\LogoutUrlGenerator->generateLogoutUrl(?string $key, int $referenceType): string …
    › {    [$logoutPath, $csrfTokenId, $csrfParameter, $csrfTokenManager] = $this->getListener($key);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:62 {
    Symfony\Component\Security\Http\Logout\LogoutUrlGenerator->getLogoutPath(string $key = null) …
    › {    return $this->generateLogoutUrl($key, UrlGeneratorInterface::ABSOLUTE_PATH);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:116 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if (null !== $this->logoutUrlGenerator && !$token instanceof AnonymousToken) {    $logoutUrl = $this->logoutUrlGenerator->getLogoutPath();}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:99 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::getUsername()" is deprecated, use getUserIdentifier() instead.
[
  "exception" => ErrorException {#54031
    #message: "User Deprecated: Since symfony/security-core 5.3: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::getUsername()" is deprecated, use getUserIdentifier() instead."
    #code: 0
    #file: "/var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php"
    #line: 60
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:60 {
        Symfony\Component\Security\Core\Authentication\Token\AbstractToken->getUsername() …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'Method "%s()" is deprecated, use getUserIdentifier() instead.', __METHOD__);}
      /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:131 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › 'logout_url' => $logoutUrl,'user' => $token->getUsername(),'roles' => $assignedRoles,
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:99 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/security-core/Authentication/Token/AbstractToken.php:60 {
    Symfony\Component\Security\Core\Authentication\Token\AbstractToken->getUsername() …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'Method "%s()" is deprecated, use getUserIdentifier() instead.', __METHOD__);}
  /var/www/1655948041.swtpos.de/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:131 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › 'logout_url' => $logoutUrl,'user' => $token->getUsername(),'roles' => $assignedRoles,
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:99 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:185 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:173 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/HttpKernel.php:74 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/1655948041.swtpos.de/vendor/symfony/http-kernel/Kernel.php:202 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/1655948041.swtpos.de/public/index.php:31 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::getNamespace()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60448
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "ApiPlatform\Core\DataTransformer\DataTransformerInterface::transform()" might add "object" as a native return type declaration in the future. Do the same in implementation "App\DataTransformer\FinancialStatementOutputDataTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60450
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\CountryCodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60452
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\CountryCodeTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60453
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductContraAccountTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60454
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductContraAccountTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60455
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductFollowUpTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60456
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductFollowUpTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60457
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\ProductTagTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60458
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Form\DataTransformer\UserEmailTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60459
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\ProductContraAccountType" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60460
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\ProductFollowUpType" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60461
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\ProductTagType" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60462
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Form\UserEmailType" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60463
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60464
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60465
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiTokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60466
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60467
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60468
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60469
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60470
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60471
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60472
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\FunctionExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60473
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\FunctionExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60474
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60475
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60476
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60477
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60478
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60479
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60480
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener" now to avoid errors or add an explicit @return annotation to suppress this message.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#60481
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/1655948041.swtpos.de/vendor/symfony/error-handler/DebugClassLoader.php:325 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}

Debug 6299

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "main"
  "authenticators" => 2
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\LoginFormAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\LoginFormAuthenticator"
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\ApiTokenAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\ApiTokenAuthenticator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\EventListener\QueryParameterValidateListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\EventListener\QueryParameterValidateListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\EventListener\ReadListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurity"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurity"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurityPostDenormalize"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurityPostDenormalize"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.uuid AS uuid_6, t0.tree_root AS tree_root_7, t0.parent_id AS parent_id_8 FROM category t0"
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.lft AS lft_3, t0.lvl AS lvl_4, t0.rgt AS rgt_5, t0.uuid AS uuid_6, t0.tree_root AS tree_root_7, t0.parent_id AS parent_id_8 FROM category t0"
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN ProductToCategory ON t0.id = ProductToCategory.product_id WHERE ProductToCategory.category_id = ?"
(parameters:
[
  1 => 1
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN ProductToCategory ON t0.id = ProductToCategory.product_id WHERE ProductToCategory.category_id = ?"
  "params" => [
    1 => 1
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN ProductToCategory ON t0.id = ProductToCategory.product_id WHERE ProductToCategory.category_id = ?"
(parameters:
[
  1 => 2
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN ProductToCategory ON t0.id = ProductToCategory.product_id WHERE ProductToCategory.category_id = ?"
  "params" => [
    1 => 2
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.tax AS tax_3, t0.uuid AS uuid_4, t0.contra_account_id AS contra_account_id_5 FROM tax t0 WHERE t0.id = ?"
(parameters:
[
  1 => 1
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.tax AS tax_3, t0.uuid AS uuid_4, t0.contra_account_id AS contra_account_id_5 FROM tax t0 WHERE t0.id = ?"
  "params" => [
    1 => 1
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.create_date AS create_date_3, t0.uuid AS uuid_4 FROM price_group t0 WHERE t0.id = ?"
(parameters:
[
  1 => 2
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.create_date AS create_date_3, t0.uuid AS uuid_4 FROM price_group t0 WHERE t0.id = ?"
  "params" => [
    1 => 2
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.create_date AS create_date_2, t0.uuid AS uuid_3, t0.given_name AS given_name_4, t0.family_name AS family_name_5, t0.email AS email_6, t0.b2b AS b2b_7, t0.vat AS vat_8, t0.customer_group_id AS customer_group_id_9, t0.discount_id AS discount_id_10, t0.price_group_id AS price_group_id_11 FROM customer t0 WHERE t0.price_group_id = ?"
(parameters:
[
  1 => 2
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.create_date AS create_date_2, t0.uuid AS uuid_3, t0.given_name AS given_name_4, t0.family_name AS family_name_5, t0.email AS email_6, t0.b2b AS b2b_7, t0.vat AS vat_8, t0.customer_group_id AS customer_group_id_9, t0.discount_id AS discount_id_10, t0.price_group_id AS price_group_id_11 FROM customer t0 WHERE t0.price_group_id = ?"
  "params" => [
    1 => 2
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 4
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 4
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 4
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 4
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 4
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 4
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 4
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 4
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 4
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 4
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 4
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 4
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 5
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 5
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 5
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 5
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 5
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 5
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 5
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 5
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 5
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 5
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 5
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 5
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 6
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 6
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 6
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 6
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 6
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 6
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 6
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 6
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 6
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 6
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 6
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 6
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 8
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 8
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 8
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 8
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 8
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 8
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 8
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 8
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 8
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 8
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 8
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 8
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 10
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 10
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 10
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 10
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 10
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 10
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 10
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 10
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 10
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 10
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 10
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 10
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 12
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 12
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 12
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 12
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 12
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 12
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 12
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 12
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 12
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 12
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 12
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 12
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 14
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 14
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 14
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 14
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 14
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 14
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 14
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 14
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 14
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 14
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 14
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 14
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 16
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 16
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 16
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 16
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 16
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 16
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 16
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 16
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 16
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 16
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 16
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 16
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 19
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 19
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 19
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 19
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 19
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 19
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 19
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 19
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 19
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 19
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 19
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 19
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 21
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 21
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 21
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 21
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 21
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 21
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 21
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 21
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 21
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 21
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 21
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 21
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 22
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 22
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 22
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 22
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 22
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 22
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 22
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 22
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 22
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 22
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 22
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 22
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 24
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 24
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 24
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 24
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 24
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 24
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 24
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 24
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 24
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 24
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 24
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 24
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 26
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 26
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 26
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 26
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 26
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 26
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 26
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 26
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 26
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 26
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 26
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 26
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 27
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 27
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 27
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 27
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 27
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 27
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 27
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 27
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 27
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 27
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 27
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 27
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 28
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 28
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 28
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 28
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 28
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 28
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 28
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 28
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 28
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 28
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 28
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 28
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 29
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 29
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 29
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 29
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 29
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 29
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 29
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 29
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 29
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 29
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 29
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 29
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 31
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 31
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 31
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 31
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 31
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 31
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 31
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 31
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 31
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 31
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 31
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 31
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 32
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 32
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 32
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 32
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 32
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 32
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 32
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 32
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 32
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 32
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 32
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 32
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 33
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 33
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 33
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 33
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 33
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 33
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 33
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 33
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 33
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 33
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 33
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 33
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 34
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 34
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 34
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 34
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 34
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 34
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 34
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 34
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 34
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 34
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 34
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 34
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 35
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 35
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 35
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 35
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 35
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 35
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 35
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 35
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 35
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 35
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 35
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 35
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 36
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 36
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 36
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 36
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 36
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 36
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 36
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 36
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 36
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 36
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 36
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 36
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 37
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 37
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 37
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 37
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 37
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 37
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 37
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 37
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 37
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 37
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 37
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 37
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 39
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 39
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 39
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 39
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 39
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 39
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 39
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 39
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 39
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 39
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 39
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 39
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 41
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 41
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 41
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 41
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 41
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 41
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 41
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 41
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 41
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 41
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 41
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 41
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 42
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 42
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 42
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 42
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 42
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 42
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 42
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 42
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 42
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 42
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 42
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 42
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 43
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 43
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 43
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 43
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 43
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 43
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 43
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 43
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 43
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 43
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 43
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 43
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 44
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 44
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 44
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 44
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 44
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 44
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 44
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 44
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 44
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 44
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 44
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 44
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 45
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 45
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 45
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 45
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 45
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 45
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 45
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 45
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 45
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 45
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 45
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 45
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 46
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 46
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 46
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 46
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 46
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 46
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 46
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 46
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 46
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 46
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 46
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 46
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 47
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 47
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 47
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 47
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 47
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 47
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 47
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 47
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 47
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 47
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 47
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 47
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 50
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 50
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 50
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 50
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 50
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 50
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 50
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 50
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 50
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 50
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 50
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 50
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 56
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 56
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 56
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 56
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 56
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 56
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 56
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 56
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 56
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 56
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 56
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 56
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 58
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 58
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 58
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 58
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 58
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 58
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 58
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 58
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 58
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 58
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 58
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 58
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 59
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 59
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 59
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 59
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 59
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 59
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 59
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 59
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 59
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 59
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 59
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 59
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 60
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 60
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 60
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 60
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 60
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 60
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 60
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 60
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 60
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 60
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 60
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 60
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 61
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 61
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 61
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 61
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 61
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 61
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 61
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 61
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 61
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 61
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 61
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 61
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 63
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 63
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 63
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 63
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 63
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 63
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 63
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 63
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 63
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 63
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 63
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 63
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 64
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 64
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 64
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 64
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 64
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 64
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 64
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 64
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 64
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 64
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 64
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 64
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 65
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 65
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 65
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 65
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 65
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 65
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 65
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 65
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 65
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 65
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 65
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 65
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 66
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 66
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 66
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 66
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 66
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 66
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 66
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 66
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 66
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 66
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 66
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 66
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 67
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 67
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 67
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 67
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 67
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 67
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 67
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 67
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 67
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 67
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 67
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 67
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 68
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 68
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 68
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 68
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 68
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 68
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 68
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 68
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 68
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 68
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 68
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 68
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 73
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 73
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 73
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 73
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 73
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 73
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 73
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 73
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 73
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 73
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 73
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 73
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 74
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 74
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 74
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 74
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 74
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 74
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 74
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 74
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 74
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 74
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 74
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 74
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 75
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 75
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 75
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 75
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 75
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 75
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 75
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 75
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 75
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 75
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 75
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 75
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 76
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 76
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 76
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 76
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 76
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 76
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 76
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 76
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 76
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 76
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 76
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 76
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 77
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 77
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 77
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 77
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 77
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 77
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 77
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 77
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 77
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 77
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 77
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 77
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 78
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 78
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 78
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 78
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 78
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 78
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 78
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 78
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 78
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 78
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 78
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 78
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 79
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 79
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 79
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 79
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 79
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 79
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 79
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 79
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 79
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 79
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 79
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 79
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 80
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 80
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 80
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 80
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 80
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 80
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 80
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 80
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 80
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 80
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 80
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 80
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 81
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 81
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 81
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 81
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 81
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 81
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 81
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 81
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 81
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 81
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 81
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 81
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 82
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 82
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 82
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 82
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 82
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 82
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 82
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 82
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 82
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 82
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 82
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 82
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 83
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 83
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 83
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 83
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 83
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 83
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 83
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 83
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 83
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 83
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 83
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 83
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 84
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 84
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 84
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 84
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 84
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 84
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 84
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 84
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 84
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 84
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 84
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 84
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 85
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 85
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 85
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 85
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 85
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 85
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 85
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 85
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 85
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 85
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 85
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 85
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 86
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 86
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 86
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 86
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 86
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 86
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 86
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 86
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 86
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 86
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 86
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 86
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 87
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 87
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 87
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 87
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 87
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 87
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 87
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 87
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 87
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 87
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 87
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 87
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 88
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 88
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 88
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 88
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 88
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 88
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 88
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 88
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 88
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 88
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 88
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 88
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 90
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 90
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 90
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 90
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 90
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 90
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 90
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 90
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 90
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 90
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 90
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 90
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 91
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 91
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 91
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 91
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 91
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 91
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 91
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 91
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 91
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 91
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 91
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 91
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 92
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 92
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 92
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 92
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 92
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 92
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 92
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 92
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 92
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 92
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 92
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 92
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 93
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 93
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 93
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 93
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 93
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 93
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 93
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 93
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 93
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 93
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 93
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 93
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 94
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 94
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 94
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 94
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 94
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 94
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 94
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 94
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 94
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 94
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 94
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 94
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 95
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 95
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 95
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 95
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 95
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 95
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 95
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 95
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 95
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 95
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 95
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 95
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 96
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 96
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 96
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 96
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 96
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 96
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 96
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 96
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 96
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 96
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 96
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 96
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 97
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 97
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 97
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 97
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 97
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 97
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 97
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 97
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 97
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 97
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 97
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 97
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 98
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 98
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 98
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 98
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 98
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 98
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 98
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 98
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 98
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 98
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 98
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 98
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 99
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 99
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 99
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 99
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 99
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 99
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 99
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 99
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 99
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 99
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 99
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 99
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 107
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 107
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 107
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 107
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 107
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 107
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 107
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 107
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 107
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 107
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 107
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 107
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 108
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 108
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 108
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 108
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 108
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 108
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 108
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 108
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 108
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 108
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 108
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 108
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 110
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 110
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 110
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 110
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 110
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 110
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 110
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 110
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 110
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 110
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 110
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 110
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 113
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 113
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 113
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 113
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 113
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 113
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 113
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 113
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 113
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 113
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 113
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 113
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 114
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 114
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 114
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 114
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 114
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 114
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 114
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 114
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 114
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 114
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 114
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 114
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 115
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 115
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 115
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 115
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 115
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 115
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 115
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 115
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 115
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 115
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 115
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 115
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 116
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 116
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 116
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 116
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 116
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 116
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 116
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 116
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 116
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 116
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 116
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 116
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 117
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 117
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 117
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 117
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 117
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 117
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 117
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 117
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 117
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 117
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 117
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 117
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 118
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 118
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 118
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 118
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 118
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 118
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 118
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 118
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 118
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 118
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 118
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 118
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 119
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 119
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 119
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 119
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 119
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 119
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 119
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 119
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 119
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 119
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 119
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 119
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 124
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 124
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 124
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 124
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 124
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 124
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 124
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 124
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 124
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 124
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 124
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 124
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 125
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 125
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 125
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 125
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 125
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 125
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 125
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 125
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 125
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 125
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 125
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 125
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 126
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 126
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 126
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 126
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 126
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 126
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 126
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 126
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 126
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 126
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 126
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 126
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 127
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 127
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 127
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 127
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 127
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 127
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 127
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 127
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 127
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 127
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 127
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 127
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 128
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 128
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 128
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 128
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 128
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 128
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 128
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 128
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 128
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 128
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 128
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 128
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 129
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 129
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 129
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 129
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 129
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 129
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 129
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 129
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 129
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 129
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 129
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 129
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 130
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 130
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 130
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 130
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 130
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 130
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 130
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 130
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 130
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 130
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 130
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 130
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 131
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 131
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 131
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 131
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 131
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 131
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 131
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 131
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 131
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 131
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 131
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 131
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 132
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 132
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 132
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 132
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 132
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 132
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 132
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 132
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 132
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 132
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 132
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 132
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 133
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 133
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 133
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 133
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 133
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 133
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 133
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 133
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 133
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 133
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 133
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 133
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 134
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 134
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 134
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 134
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 134
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 134
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 134
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 134
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 134
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 134
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 134
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 134
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 136
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 136
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 136
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 136
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 136
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 136
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 136
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 136
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 136
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 136
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 136
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 136
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 138
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 138
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 138
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 138
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 138
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 138
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 138
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 138
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 138
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 138
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 138
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 138
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 139
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 139
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 139
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 139
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 139
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 139
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 139
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 139
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 139
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 139
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 139
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 139
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 140
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 140
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 140
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 140
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 140
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 140
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 140
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 140
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 140
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 140
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 140
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 140
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 141
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 141
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 141
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 141
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 141
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 141
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 141
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 141
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 141
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 141
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 141
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 141
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 142
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 142
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 142
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 142
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 142
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 142
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 142
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 142
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 142
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 142
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 142
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 142
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 143
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 143
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 143
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 143
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 143
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 143
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 143
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 143
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 143
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 143
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 143
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 143
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 145
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 145
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 145
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 145
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 145
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 145
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 145
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 145
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 145
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 145
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 145
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 145
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 146
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 146
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 146
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 146
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 146
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 146
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 146
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 146
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 146
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 146
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 146
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 146
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 147
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 147
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 147
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 147
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 147
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 147
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 147
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 147
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 147
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 147
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 147
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 147
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 148
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 148
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 148
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 148
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 148
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 148
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 148
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 148
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 148
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 148
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 148
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 148
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 149
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 149
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 149
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 149
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 149
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 149
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 149
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 149
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 149
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 149
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 149
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 149
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 150
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 150
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 150
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 150
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 150
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 150
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 150
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 150
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 150
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 150
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 150
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 150
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 151
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 151
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 151
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 151
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 151
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 151
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 151
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 151
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 151
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 151
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 151
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 151
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 152
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 152
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 152
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 152
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 152
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 152
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 152
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 152
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 152
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 152
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 152
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 152
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 154
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 154
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 154
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 154
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 154
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 154
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 154
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 154
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 154
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 154
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 154
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 154
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 155
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 155
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 155
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 155
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 155
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 155
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 155
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 155
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 155
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 155
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 155
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 155
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 156
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 156
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 156
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 156
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 156
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 156
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 156
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 156
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 156
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 156
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 156
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 156
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 159
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 159
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 159
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 159
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 159
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 159
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 159
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 159
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 159
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 159
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 159
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 159
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 160
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 160
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 160
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 160
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 160
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 160
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 160
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 160
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 160
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 160
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 160
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 160
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 161
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 161
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 161
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 161
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 161
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 161
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 161
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 161
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 161
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 161
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 161
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 161
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 162
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 162
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 162
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 162
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 162
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 162
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 162
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 162
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 162
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 162
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 162
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 162
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 163
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 163
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 163
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 163
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 163
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 163
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 163
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 163
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 163
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 163
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 163
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 163
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 164
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 164
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 164
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 164
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 164
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 164
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 164
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 164
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 164
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 164
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 164
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 164
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 165
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 165
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 165
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 165
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 165
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 165
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 165
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 165
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 165
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 165
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 165
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 165
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 166
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 166
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 166
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 166
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 166
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 166
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 166
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 166
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 166
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 166
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 166
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 166
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 167
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 167
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 167
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 167
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 167
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 167
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 167
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 167
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 167
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 167
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 167
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 167
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 168
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 168
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 168
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 168
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 168
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 168
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 168
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 168
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 168
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 168
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 168
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 168
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 170
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 170
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 170
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 170
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 170
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 170
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 170
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 170
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 170
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 170
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 170
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 170
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 171
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 171
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 171
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 171
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 171
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 171
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 171
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 171
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 171
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 171
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 171
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 171
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 172
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 172
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 172
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 172
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 172
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 172
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 172
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 172
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 172
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 172
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 172
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 172
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 173
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 173
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 173
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 173
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 173
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 173
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 173
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 173
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 173
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 173
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 173
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 173
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 174
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 174
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 174
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 174
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 174
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 174
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 174
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 174
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 174
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 174
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 174
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 174
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 175
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 175
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 175
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 175
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 175
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 175
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 175
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 175
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 175
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 175
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 175
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 175
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 176
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 176
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 176
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 176
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 176
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 176
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 176
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 176
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 176
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 176
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 176
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 176
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 177
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 177
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 177
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 177
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 177
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 177
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 177
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 177
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 177
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 177
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 177
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 177
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 178
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 178
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 178
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 178
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 178
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 178
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 178
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 178
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 178
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 178
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 178
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 178
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 179
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 179
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 179
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 179
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 179
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 179
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 179
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 179
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 179
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 179
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 179
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 179
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 180
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 180
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 180
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 180
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 180
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 180
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 180
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 180
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 180
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 180
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 180
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 180
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 181
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 181
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 181
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 181
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 181
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 181
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 181
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 181
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 181
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 181
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 181
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 181
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 182
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 182
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 182
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 182
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 182
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 182
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 182
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 182
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 182
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 182
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 182
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 182
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 183
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 183
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 183
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 183
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 183
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 183
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 183
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 183
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 183
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 183
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 183
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 183
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 184
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 184
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 184
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 184
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 184
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 184
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 184
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 184
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 184
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 184
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 184
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 184
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 195
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 195
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 195
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 195
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 195
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 195
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 195
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 195
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 195
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 195
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 195
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 195
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 202
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 202
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 202
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 202
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 202
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 202
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 202
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 202
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 202
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 202
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 202
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 202
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 204
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 204
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 204
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 204
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 204
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 204
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 204
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 204
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 204
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 204
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 204
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 204
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 205
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 205
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 205
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 205
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 205
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 205
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 205
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 205
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 205
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 205
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 205
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 205
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 206
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 206
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 206
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 206
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 206
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 206
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 206
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 206
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 206
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 206
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 206
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 206
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 210
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 210
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 210
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 210
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 210
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 210
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 210
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 210
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 210
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 210
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 210
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 210
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 211
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 211
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 211
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 211
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 211
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 211
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 211
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 211
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 211
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 211
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 211
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 211
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 212
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 212
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 212
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 212
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 212
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 212
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 212
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 212
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 212
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 212
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 212
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 212
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 217
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 217
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 217
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 217
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 217
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 217
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 217
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 217
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 217
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 217
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 217
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 217
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1423
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1423
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1423
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1423
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1423
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1423
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1423
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1423
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1423
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1423
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1423
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1423
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 223
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 223
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 223
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 223
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 223
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 223
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 223
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 223
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 223
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 223
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 223
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 223
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 225
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 225
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 225
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 225
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 225
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 225
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 225
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 225
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 225
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 225
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 225
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 225
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 57
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 57
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 57
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 57
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 57
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 57
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 57
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 57
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 57
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 57
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 57
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 57
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 227
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 227
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 227
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 227
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 227
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 227
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 227
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 227
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 227
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 227
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 227
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 227
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 233
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 233
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 233
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 233
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 233
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 233
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 233
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 233
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 233
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 233
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 233
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 233
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 235
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 235
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 235
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 235
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 235
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 235
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 235
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 235
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 235
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 235
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 235
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 235
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 236
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 236
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 236
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 236
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 236
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 236
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 236
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 236
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 236
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 236
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 236
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 236
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 237
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 237
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 237
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 237
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 237
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 237
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 237
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 237
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 237
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 237
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 237
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 237
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 239
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 239
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 239
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 239
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 239
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 239
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 239
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 239
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 239
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 239
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 239
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 239
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 240
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 240
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 240
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 240
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 240
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 240
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 240
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 240
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 240
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 240
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 240
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 240
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 250
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 250
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 250
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 250
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 250
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 250
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 250
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 250
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 250
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 250
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 250
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 250
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 263
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 263
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 263
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 263
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 263
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 263
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 263
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 263
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 263
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 263
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 263
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 263
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 275
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 275
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 275
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 275
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 275
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 275
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 275
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 275
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 275
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 275
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 275
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 275
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 278
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 278
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 278
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 278
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 278
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 278
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 278
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 278
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 278
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 278
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 278
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 278
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 290
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 290
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 290
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 290
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 290
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 290
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 290
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 290
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 290
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 290
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 290
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 290
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 308
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 308
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 308
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 308
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 308
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 308
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 308
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 308
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 308
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 308
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 308
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 308
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 309
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 309
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 309
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 309
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 309
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 309
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 309
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 309
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 309
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 309
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 309
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 309
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 320
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 320
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 320
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 320
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 320
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 320
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 320
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 320
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 320
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 320
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 320
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 320
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 356
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 356
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 356
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 356
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 356
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 356
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 356
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 356
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 356
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 356
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 356
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 356
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 360
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 360
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 360
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 360
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 360
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 360
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 360
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 360
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 360
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 360
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 360
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 360
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.tax AS tax_3, t0.uuid AS uuid_4, t0.contra_account_id AS contra_account_id_5 FROM tax t0 WHERE t0.id = ?"
(parameters:
[
  1 => 2
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.tax AS tax_3, t0.uuid AS uuid_4, t0.contra_account_id AS contra_account_id_5 FROM tax t0 WHERE t0.id = ?"
  "params" => [
    1 => 2
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 409
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 409
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 409
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 409
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 409
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 409
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 409
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 409
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 409
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 409
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 409
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 409
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 425
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 425
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 425
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 425
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 425
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 425
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 425
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 425
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 425
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 425
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 425
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 425
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 426
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 426
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 426
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 426
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 426
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 426
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 426
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 426
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 426
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 426
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 426
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 426
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 427
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 427
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 427
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 427
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 427
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 427
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 427
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 427
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 427
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 427
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 427
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 427
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 428
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 428
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 428
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 428
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 428
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 428
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 428
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 428
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 428
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 428
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 428
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 428
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 429
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 429
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 429
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 429
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 429
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 429
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 429
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 429
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 429
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 429
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 429
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 429
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 430
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 430
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 430
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 430
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 430
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 430
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 430
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 430
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 430
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 430
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 430
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 430
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 431
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 431
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 431
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 431
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 431
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 431
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 431
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 431
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 431
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 431
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 431
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 431
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 433
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 433
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 433
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 433
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 433
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 433
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 433
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 433
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 433
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 433
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 433
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 433
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 434
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 434
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 434
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 434
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 434
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 434
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 434
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 434
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 434
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 434
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 434
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 434
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 435
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 435
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 435
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 435
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 435
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 435
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 435
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 435
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 435
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 435
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 435
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 435
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 436
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 436
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 436
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 436
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 436
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 436
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 436
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 436
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 436
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 436
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 436
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 436
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 437
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 437
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 437
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 437
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 437
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 437
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 437
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 437
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 437
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 437
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 437
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 437
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 438
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 438
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 438
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 438
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 438
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 438
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 438
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 438
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 438
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 438
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 438
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 438
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 439
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 439
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 439
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 439
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 439
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 439
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 439
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 439
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 439
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 439
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 439
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 439
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 440
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 440
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 440
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 440
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 440
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 440
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 440
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 440
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 440
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 440
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 440
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 440
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 442
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 442
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 442
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 442
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 442
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 442
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 442
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 442
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 442
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 442
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 442
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 442
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 443
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 443
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 443
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 443
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 443
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 443
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 443
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 443
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 443
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 443
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 443
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 443
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 445
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 445
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 445
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 445
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 445
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 445
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 445
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 445
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 445
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 445
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 445
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 445
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 446
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 446
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 446
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 446
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 446
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 446
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 446
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 446
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 446
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 446
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 446
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 446
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 447
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 447
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 447
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 447
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 447
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 447
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 447
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 447
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 447
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 447
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 447
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 447
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 449
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 449
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 449
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 449
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 449
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 449
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 449
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 449
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 449
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 449
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 449
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 449
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 450
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 450
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 450
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 450
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 450
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 450
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 450
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 450
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 450
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 450
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 450
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 450
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 451
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 451
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 451
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 451
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 451
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 451
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 451
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 451
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 451
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 451
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 451
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 451
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 452
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 452
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 452
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 452
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 452
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 452
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 452
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 452
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 452
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 452
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 452
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 452
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 453
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 453
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 453
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 453
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 453
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 453
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 453
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 453
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 453
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 453
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 453
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 453
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 454
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 454
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 454
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 454
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 454
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 454
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 454
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 454
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 454
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 454
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 454
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 454
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 455
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 455
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 455
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 455
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 455
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 455
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 455
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 455
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 455
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 455
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 455
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 455
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 456
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 456
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 456
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 456
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 456
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 456
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 456
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 456
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 456
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 456
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 456
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 456
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 457
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 457
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 457
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 457
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 457
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 457
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 457
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 457
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 457
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 457
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 457
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 457
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 458
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 458
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 458
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 458
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 458
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 458
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 458
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 458
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 458
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 458
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 458
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 458
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 459
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 459
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 459
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 459
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 459
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 459
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 459
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 459
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 459
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 459
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 459
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 459
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 460
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 460
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 460
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 460
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 460
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 460
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 460
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 460
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 460
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 460
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 460
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 460
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 461
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 461
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 461
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 461
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 461
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 461
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 461
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 461
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 461
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 461
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 461
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 461
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 462
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 462
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 462
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 462
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 462
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 462
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 462
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 462
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 462
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 462
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 462
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 462
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 463
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 463
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 463
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 463
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 463
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 463
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 463
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 463
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 463
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 463
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 463
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 463
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 465
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 465
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 465
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 465
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 465
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 465
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 465
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 465
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 465
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 465
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 465
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 465
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 466
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 466
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 466
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 466
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 466
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 466
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 466
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 466
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 466
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 466
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 466
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 466
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 467
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 467
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 467
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 467
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 467
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 467
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 467
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 467
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 467
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 467
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 467
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 467
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 468
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 468
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 468
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 468
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 468
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 468
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 468
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 468
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 468
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 468
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 468
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 468
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 469
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 469
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 469
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 469
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 469
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 469
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 469
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 469
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 469
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 469
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 469
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 469
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 470
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 470
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 470
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 470
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 470
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 470
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 470
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 470
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 470
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 470
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 470
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 470
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 471
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 471
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 471
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 471
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 471
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 471
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 471
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 471
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 471
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 471
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 471
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 471
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 472
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 472
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 472
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 472
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 472
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 472
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 472
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 472
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 472
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 472
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 472
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 472
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 473
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 473
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 473
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 473
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 473
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 473
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 473
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 473
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 473
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 473
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 473
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 473
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 474
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 474
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 474
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 474
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 474
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 474
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 474
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 474
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 474
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 474
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 474
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 474
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 475
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 475
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 475
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 475
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 475
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 475
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 475
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 475
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 475
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 475
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 475
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 475
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 476
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 476
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 476
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 476
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 476
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 476
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 476
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 476
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 476
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 476
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 476
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 476
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 478
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 478
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 478
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 478
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 478
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 478
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 478
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 478
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 478
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 478
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 478
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 478
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 479
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 479
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 479
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 479
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 479
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 479
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 479
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 479
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 479
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 479
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 479
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 479
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 481
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 481
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 481
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 481
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 481
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 481
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 481
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 481
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 481
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 481
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 481
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 481
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 483
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 483
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 483
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 483
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 483
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 483
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 483
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 483
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 483
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 483
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 483
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 483
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 484
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 484
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 484
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 484
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 484
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 484
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 484
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 484
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 484
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 484
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 484
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 484
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 485
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 485
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 485
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 485
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 485
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 485
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 485
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 485
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 485
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 485
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 485
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 485
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 486
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 486
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 486
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 486
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 486
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 486
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 486
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 486
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 486
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 486
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 486
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 486
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 487
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 487
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 487
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 487
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 487
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 487
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 487
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 487
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 487
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 487
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 487
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 487
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 488
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 488
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 488
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 488
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 488
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 488
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 488
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 488
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 488
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 488
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 488
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 488
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 489
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 489
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 489
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 489
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 489
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 489
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 489
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 489
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 489
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 489
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 489
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 489
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 490
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 490
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 490
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 490
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 490
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 490
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 490
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 490
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 490
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 490
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 490
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 490
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 491
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 491
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 491
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 491
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 491
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 491
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 491
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 491
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 491
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 491
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 491
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 491
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 492
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 492
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 492
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 492
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 492
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 492
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 492
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 492
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 492
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 492
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 492
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 492
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 493
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 493
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 493
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 493
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 493
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 493
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 493
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 493
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 493
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 493
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 493
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 493
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 494
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 494
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 494
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 494
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 494
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 494
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 494
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 494
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 494
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 494
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 494
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 494
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 495
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 495
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 495
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 495
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 495
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 495
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 495
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 495
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 495
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 495
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 495
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 495
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 496
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 496
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 496
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 496
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 496
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 496
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 496
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 496
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 496
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 496
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 496
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 496
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 497
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 497
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 497
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 497
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 497
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 497
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 497
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 497
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 497
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 497
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 497
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 497
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 498
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 498
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 498
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 498
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 498
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 498
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 498
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 498
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 498
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 498
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 498
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 498
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 499
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 499
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 499
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 499
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 499
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 499
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 499
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 499
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 499
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 499
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 499
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 499
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 500
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 500
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 500
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 500
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 500
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 500
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 500
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 500
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 500
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 500
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 500
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 500
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 501
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 501
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 501
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 501
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 501
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 501
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 501
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 501
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 501
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 501
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 501
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 501
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 502
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 502
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 502
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 502
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 502
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 502
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 502
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 502
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 502
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 502
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 502
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 502
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 503
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 503
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 503
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 503
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 503
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 503
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 503
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 503
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 503
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 503
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 503
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 503
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 504
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 504
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 504
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 504
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 504
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 504
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 504
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 504
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 504
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 504
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 504
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 504
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 505
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 505
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 505
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 505
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 505
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 505
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 505
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 505
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 505
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 505
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 505
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 505
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 506
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 506
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 506
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 506
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 506
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 506
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 506
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 506
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 506
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 506
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 506
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 506
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 507
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 507
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 507
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 507
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 507
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 507
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 507
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 507
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 507
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 507
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 507
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 507
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 508
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 508
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 508
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 508
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 508
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 508
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 508
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 508
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 508
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 508
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 508
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 508
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 509
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 509
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 509
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 509
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 509
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 509
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 509
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 509
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 509
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 509
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 509
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 509
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 510
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 510
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 510
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 510
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 510
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 510
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 510
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 510
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 510
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 510
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 510
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 510
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 512
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 512
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 512
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 512
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 512
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 512
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 512
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 512
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 512
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 512
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 512
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 512
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 514
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 514
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 514
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 514
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 514
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 514
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 514
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 514
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 514
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 514
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 514
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 514
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 516
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 516
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 516
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 516
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 516
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 516
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 516
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 516
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 516
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 516
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 516
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 516
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 517
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 517
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 517
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 517
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 517
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 517
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 517
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 517
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 517
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 517
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 517
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 517
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 519
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 519
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 519
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 519
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 519
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 519
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 519
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 519
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 519
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 519
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 519
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 519
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 522
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 522
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 522
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 522
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 522
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 522
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 522
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 522
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 522
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 522
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 522
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 522
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 523
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 523
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 523
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 523
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 523
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 523
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 523
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 523
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 523
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 523
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 523
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 523
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 527
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 527
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 527
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 527
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 527
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 527
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 527
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 527
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 527
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 527
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 527
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 527
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 529
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 529
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 529
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 529
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 529
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 529
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 529
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 529
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 529
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 529
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 529
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 529
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 530
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 530
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 530
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 530
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 530
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 530
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 530
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 530
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 530
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 530
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 530
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 530
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 531
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 531
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 531
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 531
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 531
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 531
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 531
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 531
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 531
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 531
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 531
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 531
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 533
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 533
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 533
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 533
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 533
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 533
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 533
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 533
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 533
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 533
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 533
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 533
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 534
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 534
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 534
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 534
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 534
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 534
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 534
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 534
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 534
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 534
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 534
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 534
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 536
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 536
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 536
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 536
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 536
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 536
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 536
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 536
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 536
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 536
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 536
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 536
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 538
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 538
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 538
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 538
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 538
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 538
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 538
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 538
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 538
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 538
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 538
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 538
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 540
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 540
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 540
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 540
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 540
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 540
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 540
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 540
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 540
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 540
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 540
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 540
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 541
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 541
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 541
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 541
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 541
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 541
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 541
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 541
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 541
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 541
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 541
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 541
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 542
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 542
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 542
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 542
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 542
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 542
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 542
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 542
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 542
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 542
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 542
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 542
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 543
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 543
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 543
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 543
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 543
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 543
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 543
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 543
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 543
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 543
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 543
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 543
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 544
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 544
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 544
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 544
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 544
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 544
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 544
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 544
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 544
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 544
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 544
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 544
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 545
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 545
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 545
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 545
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 545
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 545
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 545
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 545
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 545
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 545
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 545
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 545
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 546
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 546
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 546
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 546
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 546
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 546
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 546
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 546
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 546
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 546
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 546
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 546
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 548
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 548
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 548
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 548
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 548
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 548
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 548
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 548
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 548
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 548
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 548
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 548
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 549
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 549
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 549
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 549
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 549
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 549
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 549
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 549
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 549
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 549
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 549
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 549
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 550
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 550
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 550
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 550
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 550
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 550
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 550
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 550
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 550
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 550
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 550
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 550
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 551
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 551
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 551
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 551
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 551
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 551
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 551
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 551
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 551
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 551
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 551
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 551
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 552
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 552
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 552
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 552
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 552
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 552
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 552
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 552
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 552
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 552
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 552
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 552
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 553
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 553
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 553
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 553
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 553
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 553
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 553
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 553
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 553
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 553
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 553
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 553
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 554
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 554
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 554
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 554
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 554
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 554
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 554
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 554
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 554
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 554
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 554
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 554
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 555
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 555
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 555
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 555
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 555
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 555
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 555
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 555
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 555
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 555
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 555
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 555
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 556
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 556
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 556
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 556
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 556
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 556
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 556
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 556
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 556
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 556
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 556
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 556
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 557
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 557
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 557
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 557
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 557
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 557
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 557
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 557
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 557
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 557
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 557
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 557
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 558
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 558
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 558
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 558
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 558
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 558
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 558
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 558
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 558
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 558
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 558
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 558
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 559
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 559
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 559
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 559
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 559
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 559
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 559
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 559
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 559
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 559
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 559
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 559
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 560
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 560
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 560
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 560
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 560
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 560
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 560
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 560
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 560
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 560
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 560
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 560
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 561
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 561
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 561
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 561
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 561
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 561
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 561
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 561
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 561
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 561
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 561
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 561
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 562
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 562
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 562
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 562
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 562
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 562
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 562
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 562
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 562
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 562
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 562
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 562
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 564
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 564
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 564
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 564
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 564
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 564
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 564
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 564
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 564
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 564
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 564
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 564
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 566
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 566
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 566
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 566
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 566
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 566
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 566
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 566
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 566
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 566
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 566
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 566
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 567
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 567
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 567
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 567
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 567
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 567
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 567
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 567
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 567
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 567
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 567
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 567
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 568
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 568
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 568
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 568
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 568
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 568
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 568
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 568
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 568
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 568
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 568
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 568
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 569
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 569
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 569
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 569
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 569
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 569
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 569
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 569
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 569
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 569
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 569
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 569
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 571
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 571
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 571
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 571
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 571
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 571
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 571
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 571
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 571
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 571
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 571
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 571
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 572
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 572
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 572
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 572
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 572
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 572
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 572
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 572
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 572
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 572
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 572
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 572
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 573
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 573
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 573
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 573
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 573
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 573
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 573
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 573
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 573
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 573
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 573
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 573
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 574
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 574
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 574
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 574
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 574
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 574
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 574
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 574
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 574
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 574
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 574
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 574
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 575
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 575
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 575
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 575
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 575
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 575
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 575
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 575
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 575
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 575
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 575
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 575
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 576
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 576
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 576
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 576
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 576
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 576
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 576
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 576
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 576
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 576
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 576
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 576
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 577
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 577
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 577
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 577
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 577
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 577
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 577
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 577
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 577
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 577
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 577
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 577
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 578
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 578
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 578
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 578
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 578
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 578
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 578
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 578
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 578
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 578
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 578
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 578
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 579
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 579
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 579
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 579
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 579
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 579
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 579
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 579
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 579
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 579
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 579
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 579
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 580
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 580
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 580
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 580
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 580
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 580
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 580
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 580
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 580
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 580
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 580
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 580
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 581
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 581
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 581
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 581
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 581
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 581
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 581
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 581
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 581
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 581
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 581
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 581
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 582
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 582
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 582
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 582
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 582
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 582
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 582
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 582
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 582
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 582
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 582
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 582
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 588
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 588
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 588
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 588
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 588
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 588
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 588
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 588
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 588
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 588
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 588
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 588
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 589
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 589
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 589
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 589
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 589
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 589
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 589
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 589
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 589
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 589
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 589
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 589
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 591
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 591
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 591
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 591
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 591
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 591
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 591
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 591
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 591
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 591
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 591
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 591
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 592
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 592
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 592
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 592
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 592
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 592
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 592
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 592
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 592
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 592
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 592
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 592
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 595
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 595
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 595
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 595
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 595
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 595
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 595
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 595
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 595
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 595
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 595
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 595
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 596
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 596
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 596
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 596
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 596
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 596
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 596
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 596
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 596
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 596
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 596
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 596
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 597
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 597
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 597
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 597
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 597
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 597
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 597
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 597
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 597
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 597
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 597
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 597
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 598
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 598
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 598
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 598
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 598
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 598
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 598
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 598
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 598
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 598
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 598
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 598
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 599
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 599
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 599
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 599
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 599
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 599
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 599
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 599
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 599
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 599
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 599
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 599
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 600
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 600
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 600
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 600
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 600
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 600
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 600
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 600
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 600
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 600
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 600
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 600
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 601
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 601
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 601
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 601
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 601
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 601
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 601
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 601
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 601
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 601
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 601
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 601
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 602
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 602
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 602
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 602
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 602
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 602
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 602
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 602
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 602
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 602
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 602
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 602
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 603
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 603
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 603
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 603
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 603
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 603
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 603
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 603
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 603
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 603
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 603
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 603
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 604
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 604
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 604
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 604
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 604
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 604
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 604
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 604
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 604
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 604
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 604
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 604
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 605
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 605
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 605
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 605
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 605
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 605
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 605
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 605
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 605
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 605
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 605
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 605
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 606
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 606
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 606
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 606
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 606
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 606
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 606
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 606
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 606
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 606
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 606
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 606
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 607
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 607
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 607
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 607
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 607
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 607
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 607
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 607
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 607
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 607
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 607
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 607
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 608
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 608
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 608
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 608
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 608
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 608
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 608
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 608
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 608
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 608
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 608
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 608
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 609
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 609
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 609
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 609
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 609
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 609
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 609
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 609
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 609
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 609
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 609
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 609
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 611
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 611
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 611
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 611
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 611
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 611
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 611
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 611
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 611
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 611
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 611
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 611
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 614
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 614
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 614
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 614
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 614
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 614
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 614
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 614
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 614
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 614
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 614
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 614
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 617
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 617
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 617
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 617
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 617
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 617
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 617
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 617
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 617
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 617
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 617
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 617
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 618
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 618
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 618
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 618
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 618
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 618
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 618
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 618
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 618
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 618
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 618
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 618
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 619
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 619
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 619
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 619
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 619
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 619
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 619
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 619
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 619
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 619
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 619
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 619
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 620
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 620
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 620
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 620
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 620
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 620
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 620
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 620
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 620
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 620
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 620
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 620
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 622
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 622
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 622
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 622
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 622
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 622
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 622
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 622
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 622
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 622
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 622
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 622
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 623
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 623
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 623
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 623
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 623
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 623
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 623
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 623
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 623
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 623
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 623
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 623
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 624
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 624
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 624
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 624
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 624
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 624
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 624
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 624
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 624
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 624
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 624
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 624
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 625
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 625
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 625
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 625
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 625
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 625
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 625
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 625
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 625
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 625
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 625
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 625
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 626
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 626
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 626
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 626
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 626
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 626
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 626
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 626
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 626
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 626
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 626
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 626
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 627
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 627
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 627
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 627
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 627
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 627
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 627
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 627
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 627
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 627
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 627
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 627
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 628
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 628
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 628
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 628
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 628
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 628
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 628
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 628
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 628
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 628
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 628
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 628
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 629
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 629
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 629
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 629
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 629
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 629
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 629
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 629
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 629
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 629
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 629
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 629
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 630
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 630
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 630
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 630
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 630
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 630
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 630
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 630
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 630
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 630
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 630
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 630
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 631
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 631
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 631
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 631
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 631
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 631
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 631
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 631
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 631
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 631
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 631
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 631
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 632
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 632
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 632
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 632
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 632
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 632
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 632
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 632
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 632
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 632
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 632
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 632
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 633
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 633
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 633
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 633
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 633
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 633
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 633
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 633
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 633
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 633
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 633
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 633
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 634
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 634
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 634
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 634
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 634
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 634
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 634
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 634
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 634
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 634
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 634
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 634
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 635
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 635
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 635
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 635
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 635
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 635
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 635
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 635
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 635
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 635
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 635
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 635
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 636
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 636
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 636
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 636
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 636
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 636
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 636
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 636
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 636
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 636
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 636
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 636
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 637
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 637
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 637
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 637
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 637
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 637
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 637
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 637
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 637
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 637
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 637
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 637
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 638
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 638
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 638
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 638
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 638
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 638
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 638
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 638
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 638
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 638
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 638
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 638
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 639
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 639
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 639
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 639
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 639
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 639
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 639
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 639
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 639
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 639
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 639
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 639
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 640
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 640
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 640
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 640
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 640
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 640
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 640
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 640
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 640
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 640
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 640
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 640
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 641
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 641
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 641
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 641
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 641
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 641
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 641
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 641
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 641
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 641
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 641
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 641
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 642
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 642
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 642
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 642
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 642
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 642
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 642
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 642
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 642
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 642
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 642
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 642
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 643
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 643
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 643
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 643
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 643
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 643
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 643
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 643
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 643
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 643
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 643
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 643
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 644
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 644
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 644
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 644
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 644
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 644
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 644
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 644
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 644
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 644
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 644
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 644
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 645
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 645
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 645
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 645
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 645
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 645
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 645
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 645
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 645
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 645
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 645
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 645
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 646
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 646
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 646
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 646
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 646
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 646
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 646
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 646
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 646
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 646
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 646
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 646
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 647
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 647
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 647
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 647
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 647
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 647
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 647
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 647
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 647
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 647
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 647
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 647
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 648
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 648
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 648
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 648
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 648
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 648
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 648
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 648
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 648
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 648
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 648
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 648
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 649
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 649
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 649
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 649
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 649
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 649
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 649
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 649
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 649
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 649
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 649
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 649
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 650
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 650
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 650
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 650
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 650
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 650
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 650
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 650
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 650
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 650
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 650
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 650
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 651
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 651
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 651
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 651
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 651
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 651
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 651
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 651
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 651
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 651
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 651
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 651
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 652
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 652
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 652
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 652
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 652
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 652
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 652
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 652
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 652
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 652
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 652
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 652
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 653
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 653
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 653
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 653
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 653
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 653
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 653
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 653
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 653
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 653
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 653
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 653
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 654
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 654
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 654
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 654
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 654
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 654
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 654
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 654
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 654
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 654
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 654
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 654
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 655
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 655
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 655
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 655
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 655
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 655
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 655
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 655
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 655
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 655
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 655
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 655
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 656
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 656
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 656
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 656
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 656
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 656
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 656
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 656
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 656
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 656
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 656
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 656
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 657
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 657
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 657
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 657
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 657
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 657
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 657
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 657
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 657
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 657
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 657
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 657
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 658
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 658
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 658
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 658
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 658
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 658
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 658
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 658
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 658
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 658
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 658
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 658
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 659
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 659
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 659
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 659
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 659
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 659
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 659
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 659
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 659
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 659
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 659
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 659
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 660
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 660
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 660
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 660
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 660
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 660
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 660
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 660
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 660
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 660
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 660
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 660
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 661
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 661
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 661
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 661
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 661
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 661
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 661
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 661
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 661
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 661
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 661
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 661
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 664
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 664
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 664
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 664
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 664
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 664
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 664
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 664
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 664
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 664
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 664
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 664
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 666
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 666
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 666
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 666
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 666
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 666
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 666
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 666
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 666
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 666
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 666
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 666
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 667
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 667
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 667
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 667
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 667
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 667
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 667
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 667
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 667
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 667
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 667
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 667
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 668
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 668
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 668
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 668
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 668
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 668
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 668
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 668
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 668
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 668
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 668
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 668
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 669
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 669
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 669
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 669
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 669
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 669
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 669
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 669
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 669
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 669
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 669
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 669
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 670
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 670
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 670
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 670
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 670
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 670
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 670
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 670
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 670
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 670
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 670
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 670
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 671
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 671
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 671
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 671
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 671
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 671
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 671
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 671
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 671
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 671
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 671
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 671
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 672
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 672
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 672
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 672
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 672
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 672
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 672
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 672
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 672
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 672
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 672
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 672
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 673
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 673
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 673
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 673
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 673
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 673
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 673
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 673
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 673
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 673
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 673
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 673
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 675
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 675
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 675
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 675
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 675
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 675
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 675
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 675
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 675
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 675
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 675
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 675
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 676
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 676
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 676
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 676
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 676
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 676
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 676
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 676
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 676
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 676
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 676
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 676
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 677
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 677
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 677
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 677
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 677
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 677
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 677
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 677
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 677
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 677
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 677
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 677
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 678
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 678
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 678
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 678
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 678
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 678
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 678
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 678
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 678
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 678
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 678
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 678
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 679
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 679
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 679
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 679
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 679
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 679
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 679
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 679
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 679
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 679
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 679
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 679
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 680
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 680
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 680
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 680
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 680
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 680
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 680
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 680
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 680
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 680
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 680
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 680
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 681
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 681
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 681
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 681
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 681
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 681
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 681
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 681
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 681
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 681
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 681
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 681
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 682
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 682
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 682
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 682
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 682
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 682
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 682
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 682
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 682
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 682
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 682
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 682
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 683
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 683
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 683
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 683
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 683
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 683
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 683
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 683
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 683
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 683
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 683
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 683
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 684
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 684
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 684
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 684
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 684
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 684
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 684
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 684
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 684
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 684
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 684
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 684
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 685
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 685
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 685
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 685
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 685
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 685
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 685
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 685
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 685
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 685
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 685
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 685
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 686
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 686
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 686
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 686
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 686
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 686
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 686
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 686
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 686
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 686
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 686
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 686
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 687
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 687
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 687
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 687
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 687
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 687
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 687
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 687
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 687
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 687
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 687
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 687
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 688
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 688
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 688
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 688
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 688
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 688
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 688
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 688
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 688
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 688
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 688
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 688
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 689
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 689
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 689
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 689
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 689
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 689
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 689
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 689
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 689
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 689
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 689
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 689
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 690
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 690
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 690
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 690
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 690
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 690
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 690
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 690
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 690
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 690
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 690
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 690
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 691
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 691
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 691
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 691
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 691
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 691
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 691
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 691
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 691
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 691
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 691
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 691
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 692
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 692
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 692
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 692
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 692
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 692
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 692
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 692
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 692
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 692
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 692
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 692
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 694
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 694
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 694
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 694
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 694
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 694
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 694
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 694
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 694
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 694
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 694
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 694
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 695
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 695
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 695
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 695
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 695
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 695
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 695
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 695
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 695
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 695
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 695
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 695
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 696
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 696
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 696
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 696
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 696
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 696
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 696
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 696
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 696
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 696
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 696
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 696
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 697
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 697
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 697
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 697
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 697
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 697
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 697
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 697
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 697
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 697
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 697
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 697
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 698
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 698
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 698
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 698
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 698
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 698
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 698
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 698
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 698
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 698
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 698
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 698
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 699
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 699
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 699
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 699
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 699
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 699
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 699
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 699
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 699
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 699
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 699
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 699
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 700
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 700
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 700
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 700
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 700
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 700
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 700
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 700
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 700
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 700
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 700
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 700
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 701
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 701
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 701
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 701
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 701
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 701
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 701
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 701
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 701
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 701
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 701
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 701
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 702
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 702
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 702
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 702
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 702
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 702
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 702
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 702
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 702
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 702
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 702
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 702
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 704
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 704
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 704
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 704
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 704
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 704
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 704
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 704
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 704
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 704
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 704
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 704
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 705
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 705
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 705
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 705
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 705
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 705
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 705
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 705
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 705
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 705
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 705
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 705
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 706
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 706
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 706
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 706
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 706
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 706
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 706
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 706
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 706
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 706
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 706
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 706
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 707
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 707
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 707
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 707
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 707
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 707
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 707
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 707
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 707
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 707
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 707
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 707
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 708
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 708
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 708
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 708
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 708
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 708
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 708
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 708
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 708
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 708
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 708
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 708
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 709
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 709
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 709
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 709
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 709
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 709
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 709
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 709
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 709
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 709
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 709
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 709
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 710
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 710
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 710
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 710
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 710
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 710
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 710
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 710
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 710
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 710
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 710
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 710
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 711
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 711
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 711
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 711
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 711
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 711
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 711
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 711
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 711
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 711
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 711
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 711
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 713
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 713
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 713
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 713
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 713
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 713
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 713
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 713
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 713
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 713
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 713
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 713
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 717
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 717
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 717
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 717
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 717
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 717
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 717
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 717
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 717
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 717
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 717
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 717
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 718
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 718
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 718
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 718
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 718
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 718
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 718
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 718
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 718
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 718
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 718
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 718
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 720
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 720
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 720
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 720
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 720
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 720
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 720
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 720
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 720
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 720
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 720
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 720
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 725
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 725
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 725
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 725
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 725
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 725
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 725
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 725
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 725
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 725
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 725
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 725
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 726
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 726
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 726
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 726
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 726
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 726
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 726
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 726
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 726
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 726
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 726
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 726
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 728
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 728
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 728
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 728
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 728
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 728
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 728
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 728
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 728
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 728
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 728
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 728
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 729
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 729
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 729
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 729
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 729
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 729
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 729
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 729
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 729
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 729
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 729
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 729
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 730
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 730
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 730
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 730
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 730
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 730
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 730
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 730
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 730
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 730
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 730
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 730
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 732
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 732
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 732
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 732
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 732
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 732
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 732
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 732
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 732
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 732
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 732
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 732
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 734
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 734
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 734
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 734
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 734
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 734
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 734
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 734
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 734
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 734
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 734
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 734
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 736
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 736
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 736
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 736
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 736
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 736
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 736
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 736
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 736
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 736
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 736
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 736
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 738
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 738
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 738
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 738
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 738
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 738
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 738
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 738
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 738
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 738
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 738
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 738
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 739
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 739
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 739
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 739
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 739
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 739
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 739
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 739
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 739
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 739
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 739
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 739
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 741
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 741
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 741
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 741
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 741
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 741
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 741
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 741
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 741
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 741
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 741
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 741
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 742
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 742
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 742
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 742
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 742
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 742
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 742
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 742
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 742
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 742
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 742
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 742
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 745
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 745
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 745
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 745
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 745
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 745
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 745
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 745
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 745
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 745
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 745
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 745
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 748
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 748
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 748
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 748
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 748
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 748
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 748
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 748
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 748
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 748
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 748
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 748
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 749
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 749
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 749
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 749
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 749
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 749
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 749
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 749
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 749
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 749
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 749
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 749
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 752
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 752
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 752
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 752
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 752
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 752
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 752
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 752
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 752
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 752
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 752
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 752
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 753
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 753
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 753
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 753
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 753
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 753
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 753
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 753
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 753
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 753
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 753
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 753
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 756
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 756
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 756
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 756
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 756
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 756
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 756
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 756
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 756
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 756
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 756
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 756
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 757
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 757
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 757
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 757
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 757
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 757
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 757
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 757
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 757
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 757
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 757
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 757
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 758
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 758
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 758
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 758
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 758
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 758
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 758
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 758
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 758
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 758
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 758
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 758
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 759
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 759
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 759
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 759
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 759
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 759
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 759
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 759
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 759
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 759
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 759
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 759
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 761
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 761
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 761
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 761
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 761
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 761
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 761
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 761
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 761
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 761
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 761
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 761
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 762
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 762
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 762
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 762
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 762
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 762
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 762
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 762
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 762
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 762
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 762
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 762
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 763
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 763
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 763
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 763
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 763
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 763
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 763
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 763
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 763
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 763
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 763
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 763
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 764
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 764
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 764
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 764
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 764
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 764
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 764
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 764
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 764
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 764
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 764
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 764
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 765
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 765
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 765
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 765
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 765
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 765
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 765
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 765
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 765
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 765
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 765
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 765
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 766
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 766
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 766
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 766
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 766
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 766
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 766
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 766
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 766
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 766
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 766
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 766
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 767
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 767
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 767
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 767
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 767
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 767
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 767
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 767
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 767
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 767
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 767
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 767
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 768
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 768
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 768
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 768
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 768
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 768
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 768
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 768
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 768
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 768
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 768
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 768
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 770
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 770
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 770
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 770
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 770
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 770
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 770
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 770
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 770
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 770
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 770
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 770
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 771
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 771
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 771
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 771
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 771
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 771
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 771
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 771
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 771
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 771
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 771
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 771
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 772
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 772
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 772
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 772
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 772
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 772
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 772
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 772
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 772
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 772
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 772
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 772
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 773
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 773
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 773
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 773
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 773
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 773
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 773
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 773
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 773
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 773
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 773
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 773
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 776
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 776
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 776
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 776
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 776
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 776
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 776
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 776
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 776
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 776
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 776
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 776
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 777
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 777
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 777
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 777
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 777
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 777
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 777
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 777
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 777
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 777
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 777
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 777
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 778
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 778
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 778
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 778
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 778
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 778
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 778
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 778
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 778
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 778
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 778
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 778
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 781
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 781
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 781
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 781
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 781
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 781
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 781
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 781
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 781
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 781
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 781
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 781
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 782
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 782
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 782
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 782
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 782
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 782
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 782
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 782
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 782
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 782
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 782
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 782
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 783
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 783
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 783
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 783
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 783
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 783
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 783
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 783
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 783
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 783
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 783
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 783
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 784
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 784
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 784
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 784
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 784
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 784
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 784
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 784
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 784
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 784
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 784
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 784
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 785
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 785
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 785
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 785
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 785
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 785
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 785
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 785
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 785
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 785
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 785
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 785
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 787
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 787
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 787
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 787
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 787
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 787
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 787
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 787
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 787
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 787
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 787
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 787
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 788
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 788
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 788
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 788
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 788
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 788
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 788
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 788
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 788
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 788
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 788
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 788
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 789
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 789
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 789
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 789
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 789
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 789
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 789
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 789
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 789
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 789
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 789
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 789
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 790
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 790
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 790
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 790
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 790
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 790
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 790
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 790
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 790
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 790
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 790
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 790
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 791
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 791
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 791
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 791
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 791
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 791
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 791
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 791
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 791
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 791
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 791
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 791
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 792
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 792
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 792
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 792
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 792
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 792
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 792
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 792
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 792
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 792
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 792
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 792
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 793
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 793
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 793
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 793
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 793
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 793
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 793
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 793
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 793
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 793
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 793
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 793
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 794
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 794
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 794
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 794
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 794
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 794
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 794
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 794
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 794
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 794
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 794
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 794
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 798
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 798
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 798
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 798
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 798
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 798
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 798
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 798
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 798
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 798
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 798
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 798
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 802
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 802
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 802
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 802
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 802
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 802
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 802
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 802
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 802
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 802
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 802
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 802
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 805
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 805
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 805
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 805
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 805
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 805
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 805
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 805
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 805
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 805
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 805
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 805
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 806
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 806
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 806
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 806
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 806
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 806
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 806
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 806
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 806
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 806
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 806
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 806
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 807
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 807
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 807
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 807
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 807
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 807
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 807
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 807
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 807
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 807
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 807
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 807
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 808
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 808
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 808
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 808
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 808
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 808
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 808
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 808
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 808
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 808
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 808
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 808
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 809
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 809
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 809
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 809
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 809
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 809
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 809
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 809
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 809
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 809
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 809
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 809
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 812
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 812
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 812
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 812
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 812
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 812
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 812
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 812
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 812
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 812
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 812
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 812
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 814
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 814
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 814
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 814
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 814
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 814
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 814
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 814
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 814
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 814
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 814
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 814
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 815
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 815
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 815
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 815
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 815
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 815
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 815
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 815
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 815
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 815
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 815
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 815
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 816
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 816
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 816
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 816
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 816
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 816
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 816
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 816
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 816
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 816
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 816
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 816
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 818
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 818
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 818
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 818
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 818
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 818
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 818
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 818
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 818
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 818
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 818
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 818
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 819
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 819
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 819
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 819
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 819
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 819
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 819
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 819
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 819
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 819
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 819
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 819
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 820
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 820
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 820
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 820
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 820
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 820
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 820
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 820
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 820
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 820
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 820
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 820
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 822
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 822
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 822
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 822
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 822
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 822
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 822
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 822
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 822
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 822
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 822
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 822
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 824
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 824
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 824
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 824
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 824
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 824
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 824
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 824
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 824
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 824
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 824
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 824
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 825
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 825
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 825
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 825
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 825
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 825
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 825
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 825
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 825
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 825
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 825
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 825
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 826
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 826
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 826
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 826
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 826
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 826
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 826
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 826
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 826
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 826
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 826
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 826
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 827
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 827
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 827
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 827
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 827
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 827
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 827
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 827
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 827
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 827
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 827
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 827
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 828
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 828
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 828
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 828
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 828
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 828
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 828
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 828
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 828
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 828
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 828
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 828
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 829
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 829
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 829
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 829
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 829
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 829
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 829
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 829
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 829
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 829
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 829
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 829
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 830
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 830
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 830
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 830
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 830
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 830
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 830
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 830
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 830
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 830
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 830
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 830
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 831
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 831
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 831
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 831
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 831
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 831
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 831
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 831
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 831
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 831
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 831
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 831
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 832
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 832
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 832
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 832
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 832
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 832
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 832
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 832
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 832
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 832
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 832
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 832
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 834
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 834
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 834
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 834
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 834
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 834
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 834
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 834
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 834
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 834
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 834
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 834
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 835
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 835
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 835
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 835
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 835
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 835
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 835
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 835
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 835
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 835
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 835
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 835
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 837
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 837
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 837
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 837
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 837
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 837
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 837
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 837
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 837
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 837
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 837
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 837
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 838
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 838
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 838
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 838
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 838
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 838
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 838
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 838
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 838
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 838
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 838
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 838
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 839
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 839
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 839
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 839
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 839
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 839
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 839
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 839
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 839
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 839
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 839
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 839
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 842
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 842
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 842
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 842
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 842
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 842
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 842
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 842
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 842
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 842
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 842
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 842
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 843
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 843
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 843
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 843
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 843
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 843
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 843
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 843
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 843
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 843
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 843
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 843
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 844
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 844
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 844
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 844
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 844
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 844
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 844
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 844
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 844
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 844
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 844
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 844
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 846
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 846
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 846
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 846
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 846
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 846
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 846
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 846
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 846
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 846
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 846
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 846
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 848
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 848
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 848
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 848
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 848
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 848
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 848
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 848
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 848
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 848
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 848
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 848
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 849
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 849
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 849
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 849
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 849
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 849
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 849
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 849
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 849
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 849
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 849
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 849
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 850
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 850
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 850
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 850
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 850
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 850
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 850
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 850
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 850
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 850
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 850
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 850
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 852
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 852
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 852
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 852
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 852
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 852
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 852
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 852
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 852
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 852
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 852
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 852
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 856
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 856
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 856
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 856
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 856
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 856
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 856
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 856
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 856
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 856
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 856
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 856
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 857
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 857
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 857
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 857
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 857
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 857
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 857
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 857
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 857
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 857
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 857
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 857
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 858
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 858
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 858
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 858
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 858
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 858
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 858
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 858
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 858
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 858
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 858
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 858
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 859
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 859
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 859
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 859
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 859
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 859
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 859
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 859
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 859
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 859
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 859
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 859
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 860
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 860
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 860
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 860
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 860
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 860
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 860
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 860
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 860
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 860
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 860
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 860
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 861
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 861
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 861
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 861
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 861
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 861
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 861
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 861
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 861
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 861
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 861
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 861
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 863
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 863
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 863
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 863
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 863
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 863
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 863
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 863
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 863
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 863
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 863
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 863
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 864
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 864
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 864
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 864
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 864
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 864
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 864
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 864
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 864
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 864
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 864
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 864
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 865
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 865
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 865
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 865
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 865
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 865
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 865
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 865
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 865
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 865
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 865
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 865
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 867
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 867
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 867
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 867
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 867
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 867
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 867
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 867
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 867
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 867
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 867
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 867
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 868
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 868
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 868
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 868
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 868
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 868
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 868
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 868
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 868
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 868
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 868
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 868
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 869
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 869
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 869
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 869
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 869
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 869
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 869
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 869
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 869
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 869
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 869
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 869
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 870
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 870
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 870
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 870
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 870
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 870
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 870
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 870
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 870
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 870
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 870
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 870
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 871
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 871
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 871
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 871
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 871
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 871
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 871
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 871
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 871
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 871
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 871
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 871
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 873
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 873
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 873
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 873
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 873
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 873
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 873
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 873
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 873
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 873
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 873
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 873
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 876
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 876
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 876
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 876
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 876
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 876
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 876
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 876
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 876
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 876
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 876
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 876
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 877
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 877
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 877
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 877
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 877
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 877
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 877
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 877
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 877
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 877
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 877
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 877
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 878
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 878
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 878
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 878
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 878
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 878
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 878
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 878
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 878
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 878
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 878
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 878
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 879
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 879
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 879
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 879
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 879
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 879
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 879
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 879
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 879
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 879
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 879
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 879
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 880
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 880
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 880
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 880
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 880
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 880
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 880
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 880
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 880
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 880
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 880
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 880
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 881
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 881
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 881
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 881
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 881
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 881
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 881
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 881
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 881
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 881
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 881
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 881
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 883
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 883
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 883
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 883
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 883
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 883
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 883
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 883
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 883
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 883
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 883
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 883
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 885
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 885
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 885
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 885
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 885
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 885
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 885
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 885
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 885
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 885
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 885
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 885
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 886
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 886
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 886
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 886
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 886
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 886
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 886
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 886
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 886
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 886
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 886
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 886
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 888
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 888
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 888
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 888
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 888
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 888
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 888
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 888
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 888
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 888
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 888
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 888
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 889
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 889
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 889
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 889
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 889
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 889
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 889
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 889
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 889
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 889
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 889
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 889
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 890
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 890
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 890
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 890
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 890
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 890
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 890
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 890
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 890
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 890
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 890
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 890
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 891
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 891
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 891
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 891
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 891
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 891
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 891
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 891
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 891
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 891
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 891
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 891
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 892
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 892
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 892
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 892
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 892
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 892
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 892
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 892
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 892
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 892
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 892
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 892
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 893
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 893
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 893
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 893
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 893
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 893
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 893
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 893
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 893
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 893
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 893
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 893
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 894
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 894
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 894
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 894
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 894
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 894
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 894
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 894
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 894
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 894
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 894
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 894
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 895
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 895
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 895
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 895
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 895
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 895
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 895
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 895
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 895
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 895
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 895
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 895
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 896
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 896
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 896
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 896
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 896
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 896
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 896
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 896
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 896
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 896
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 896
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 896
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 897
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 897
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 897
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 897
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 897
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 897
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 897
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 897
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 897
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 897
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 897
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 897
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 899
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 899
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 899
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 899
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 899
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 899
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 899
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 899
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 899
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 899
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 899
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 899
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 900
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 900
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 900
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 900
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 900
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 900
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 900
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 900
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 900
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 900
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 900
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 900
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 902
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 902
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 902
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 902
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 902
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 902
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 902
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 902
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 902
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 902
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 902
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 902
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 903
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 903
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 903
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 903
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 903
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 903
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 903
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 903
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 903
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 903
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 903
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 903
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 904
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 904
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 904
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 904
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 904
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 904
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 904
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 904
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 904
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 904
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 904
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 904
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 908
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 908
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 908
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 908
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 908
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 908
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 908
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 908
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 908
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 908
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 908
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 908
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 910
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 910
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 910
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 910
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 910
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 910
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 910
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 910
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 910
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 910
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 910
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 910
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 911
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 911
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 911
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 911
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 911
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 911
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 911
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 911
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 911
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 911
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 911
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 911
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 912
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 912
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 912
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 912
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 912
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 912
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 912
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 912
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 912
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 912
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 912
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 912
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 913
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 913
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 913
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 913
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 913
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 913
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 913
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 913
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 913
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 913
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 913
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 913
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 915
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 915
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 915
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 915
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 915
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 915
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 915
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 915
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 915
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 915
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 915
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 915
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 916
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 916
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 916
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 916
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 916
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 916
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 916
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 916
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 916
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 916
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 916
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 916
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 917
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 917
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 917
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 917
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 917
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 917
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 917
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 917
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 917
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 917
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 917
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 917
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 921
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 921
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 921
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 921
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 921
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 921
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 921
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 921
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 921
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 921
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 921
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 921
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 922
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 922
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 922
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 922
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 922
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 922
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 922
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 922
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 922
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 922
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 922
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 922
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 923
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 923
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 923
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 923
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 923
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 923
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 923
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 923
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 923
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 923
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 923
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 923
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 924
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 924
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 924
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 924
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 924
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 924
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 924
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 924
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 924
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 924
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 924
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 924
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 925
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 925
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 925
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 925
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 925
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 925
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 925
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 925
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 925
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 925
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 925
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 925
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 926
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 926
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 926
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 926
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 926
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 926
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 926
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 926
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 926
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 926
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 926
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 926
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 927
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 927
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 927
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 927
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 927
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 927
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 927
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 927
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 927
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 927
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 927
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 927
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 928
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 928
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 928
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 928
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 928
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 928
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 928
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 928
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 928
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 928
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 928
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 928
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 929
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 929
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 929
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 929
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 929
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 929
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 929
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 929
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 929
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 929
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 929
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 929
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 930
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 930
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 930
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 930
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 930
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 930
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 930
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 930
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 930
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 930
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 930
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 930
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 931
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 931
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 931
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 931
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 931
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 931
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 931
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 931
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 931
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 931
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 931
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 931
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 932
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 932
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 932
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 932
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 932
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 932
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 932
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 932
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 932
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 932
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 932
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 932
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 933
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 933
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 933
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 933
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 933
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 933
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 933
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 933
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 933
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 933
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 933
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 933
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 934
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 934
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 934
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 934
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 934
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 934
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 934
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 934
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 934
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 934
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 934
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 934
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 935
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 935
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 935
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 935
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 935
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 935
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 935
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 935
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 935
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 935
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 935
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 935
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 937
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 937
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 937
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 937
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 937
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 937
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 937
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 937
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 937
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 937
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 937
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 937
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 938
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 938
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 938
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 938
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 938
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 938
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 938
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 938
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 938
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 938
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 938
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 938
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 939
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 939
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 939
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 939
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 939
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 939
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 939
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 939
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 939
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 939
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 939
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 939
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 940
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 940
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 940
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 940
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 940
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 940
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 940
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 940
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 940
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 940
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 940
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 940
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 942
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 942
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 942
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 942
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 942
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 942
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 942
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 942
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 942
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 942
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 942
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 942
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 943
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 943
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 943
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 943
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 943
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 943
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 943
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 943
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 943
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 943
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 943
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 943
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 947
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 947
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 947
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 947
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 947
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 947
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 947
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 947
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 947
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 947
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 947
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 947
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 948
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 948
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 948
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 948
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 948
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 948
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 948
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 948
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 948
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 948
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 948
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 948
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 951
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 951
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 951
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 951
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 951
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 951
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 951
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 951
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 951
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 951
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 951
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 951
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 952
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 952
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 952
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 952
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 952
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 952
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 952
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 952
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 952
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 952
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 952
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 952
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 956
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 956
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 956
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 956
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 956
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 956
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 956
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 956
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 956
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 956
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 956
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 956
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 957
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 957
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 957
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 957
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 957
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 957
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 957
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 957
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 957
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 957
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 957
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 957
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 959
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 959
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 959
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 959
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 959
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 959
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 959
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 959
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 959
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 959
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 959
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 959
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 960
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 960
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 960
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 960
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 960
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 960
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 960
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 960
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 960
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 960
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 960
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 960
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 961
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 961
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 961
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 961
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 961
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 961
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 961
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 961
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 961
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 961
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 961
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 961
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 966
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 966
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 966
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 966
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 966
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 966
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 966
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 966
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 966
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 966
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 966
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 966
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 968
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 968
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 968
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 968
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 968
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 968
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 968
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 968
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 968
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 968
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 968
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 968
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 969
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 969
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 969
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 969
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 969
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 969
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 969
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 969
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 969
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 969
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 969
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 969
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 971
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 971
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 971
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 971
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 971
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 971
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 971
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 971
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 971
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 971
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 971
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 971
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 973
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 973
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 973
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 973
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 973
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 973
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 973
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 973
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 973
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 973
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 973
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 973
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 974
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 974
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 974
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 974
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 974
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 974
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 974
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 974
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 974
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 974
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 974
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 974
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 976
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 976
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 976
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 976
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 976
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 976
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 976
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 976
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 976
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 976
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 976
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 976
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 977
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 977
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 977
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 977
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 977
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 977
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 977
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 977
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 977
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 977
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 977
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 977
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 978
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 978
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 978
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 978
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 978
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 978
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 978
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 978
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 978
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 978
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 978
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 978
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 979
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 979
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 979
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 979
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 979
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 979
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 979
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 979
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 979
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 979
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 979
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 979
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 980
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 980
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 980
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 980
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 980
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 980
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 980
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 980
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 980
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 980
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 980
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 980
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 981
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 981
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 981
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 981
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 981
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 981
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 981
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 981
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 981
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 981
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 981
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 981
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 984
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 984
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 984
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 984
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 984
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 984
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 984
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 984
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 984
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 984
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 984
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 984
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 985
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 985
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 985
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 985
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 985
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 985
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 985
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 985
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 985
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 985
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 985
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 985
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 986
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 986
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 986
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 986
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 986
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 986
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 986
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 986
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 986
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 986
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 986
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 986
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 987
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 987
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 987
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 987
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 987
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 987
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 987
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 987
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 987
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 987
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 987
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 987
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 991
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 991
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 991
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 991
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 991
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 991
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 991
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 991
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 991
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 991
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 991
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 991
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 992
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 992
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 992
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 992
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 992
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 992
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 992
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 992
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 992
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 992
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 992
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 992
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 993
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 993
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 993
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 993
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 993
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 993
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 993
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 993
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 993
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 993
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 993
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 993
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 995
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 995
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 995
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 995
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 995
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 995
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 995
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 995
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 995
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 995
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 995
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 995
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 996
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 996
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 996
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 996
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 996
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 996
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 996
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 996
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 996
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 996
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 996
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 996
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 997
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 997
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 997
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 997
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 997
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 997
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 997
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 997
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 997
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 997
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 997
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 997
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 998
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 998
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 998
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 998
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 998
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 998
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 998
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 998
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 998
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 998
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 998
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 998
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1002
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1002
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1002
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1002
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1002
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1002
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1002
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1002
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1002
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1002
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1002
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1002
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1003
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1003
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1003
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1003
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1003
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1003
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1003
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1003
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1003
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1003
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1003
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1003
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1004
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1004
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1004
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1004
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1004
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1004
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1004
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1004
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1004
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1004
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1004
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1004
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1007
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1007
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1007
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1007
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1007
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1007
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1007
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1007
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1007
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1007
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1007
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1007
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1008
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1008
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1008
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1008
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1008
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1008
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1008
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1008
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1008
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1008
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1008
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1008
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1010
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1010
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1010
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1010
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1010
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1010
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1010
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1010
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1010
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1010
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1010
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1010
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1011
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1011
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1011
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1011
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1011
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1011
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1011
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1011
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1011
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1011
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1011
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1011
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1013
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1013
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1013
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1013
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1013
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1013
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1013
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1013
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1013
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1013
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1013
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1013
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1014
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1014
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1014
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1014
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1014
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1014
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1014
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1014
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1014
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1014
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1014
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1014
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1015
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1015
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1015
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1015
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1015
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1015
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1015
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1015
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1015
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1015
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1015
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1015
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1017
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1017
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1017
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1017
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1017
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1017
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1017
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1017
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1017
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1017
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1017
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1017
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1018
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1018
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1018
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1018
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1018
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1018
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1018
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1018
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1018
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1018
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1018
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1018
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1020
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1020
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1020
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1020
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1020
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1020
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1020
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1020
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1020
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1020
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1020
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1020
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1022
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1022
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1022
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1022
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1022
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1022
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1022
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1022
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1022
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1022
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1022
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1022
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1024
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1024
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1024
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1024
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1024
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1024
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1024
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1024
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1024
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1024
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1024
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1024
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1025
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1025
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1025
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1025
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1025
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1025
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1025
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1025
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1025
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1025
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1025
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1025
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1026
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1026
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1026
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1026
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1026
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1026
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1026
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1026
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1026
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1026
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1026
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1026
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1027
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1027
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1027
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1027
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1027
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1027
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1027
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1027
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1027
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1027
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1027
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1027
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1028
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1028
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1028
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1028
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1028
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1028
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1028
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1028
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1028
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1028
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1028
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1028
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1029
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1029
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1029
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1029
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1029
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1029
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1029
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1029
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1029
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1029
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1029
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1029
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1030
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1030
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1030
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1030
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1030
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1030
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1030
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1030
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1030
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1030
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1030
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1030
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1031
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1031
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1031
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1031
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1031
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1031
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1031
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1031
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1031
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1031
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1031
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1031
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1032
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1032
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1032
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1032
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1032
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1032
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1032
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1032
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1032
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1032
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1032
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1032
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1033
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1033
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1033
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1033
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1033
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1033
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1033
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1033
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1033
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1033
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1033
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1033
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1034
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1034
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1034
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1034
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1034
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1034
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1034
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1034
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1034
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1034
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1034
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1034
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1035
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1035
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1035
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1035
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1035
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1035
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1035
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1035
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1035
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1035
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1035
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1035
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1036
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1036
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1036
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1036
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1036
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1036
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1036
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1036
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1036
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1036
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1036
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1036
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1037
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1037
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1037
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1037
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1037
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1037
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1037
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1037
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1037
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1037
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1037
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1037
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1038
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1038
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1038
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1038
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1038
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1038
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1038
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1038
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1038
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1038
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1038
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1038
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1040
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1040
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1040
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1040
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1040
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1040
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1040
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1040
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1040
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1040
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1040
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1040
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1041
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1041
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1041
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1041
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1041
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1041
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1041
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1041
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1041
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1041
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1041
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1041
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1042
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1042
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1042
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1042
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1042
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1042
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1042
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1042
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1042
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1042
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1042
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1042
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1043
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1043
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1043
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1043
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1043
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1043
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1043
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1043
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1043
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1043
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1043
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1043
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1044
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1044
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1044
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1044
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1044
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1044
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1044
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1044
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1044
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1044
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1044
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1044
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1046
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1046
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1046
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1046
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1046
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1046
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1046
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1046
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1046
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1046
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1046
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1046
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1048
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1048
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1048
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1048
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1048
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1048
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1048
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1048
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1048
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1048
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1048
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1048
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1050
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1050
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1050
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1050
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1050
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1050
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1050
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1050
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1050
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1050
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1050
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1050
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1052
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1052
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1052
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1052
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1052
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1052
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1052
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1052
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1052
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1052
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1052
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1052
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1053
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1053
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1053
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1053
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1053
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1053
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1053
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1053
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1053
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1053
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1053
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1053
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1055
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1055
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1055
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1055
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1055
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1055
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1055
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1055
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1055
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1055
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1055
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1055
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1056
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1056
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1056
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1056
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1056
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1056
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1056
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1056
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1056
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1056
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1056
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1056
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1057
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1057
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1057
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1057
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1057
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1057
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1057
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1057
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1057
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1057
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1057
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1057
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1058
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1058
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1058
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1058
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1058
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1058
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1058
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1058
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1058
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1058
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1058
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1058
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1059
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1059
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1059
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1059
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1059
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1059
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1059
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1059
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1059
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1059
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1059
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1059
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1060
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1060
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1060
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1060
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1060
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1060
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1060
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1060
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1060
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1060
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1060
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1060
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1061
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1061
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1061
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1061
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1061
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1061
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1061
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1061
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1061
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1061
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1061
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1061
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1062
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1062
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1062
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1062
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1062
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1062
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1062
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1062
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1062
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1062
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1062
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1062
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1063
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1063
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1063
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1063
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1063
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1063
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1063
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1063
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1063
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1063
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1063
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1063
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1064
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1064
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1064
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1064
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1064
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1064
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1064
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1064
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1064
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1064
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1064
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1064
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1065
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1065
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1065
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1065
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1065
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1065
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1065
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1065
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1065
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1065
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1065
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1065
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1066
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1066
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1066
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1066
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1066
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1066
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1066
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1066
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1066
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1066
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1066
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1066
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1067
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1067
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1067
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1067
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1067
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1067
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1067
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1067
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1067
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1067
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1067
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1067
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1068
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1068
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1068
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1068
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1068
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1068
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1068
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1068
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1068
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1068
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1068
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1068
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1071
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1071
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1071
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1071
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1071
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1071
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1071
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1071
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1071
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1071
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1071
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1071
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1072
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1072
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1072
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1072
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1072
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1072
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1072
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1072
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1072
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1072
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1072
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1072
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1073
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1073
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1073
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1073
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1073
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1073
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1073
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1073
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1073
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1073
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1073
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1073
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1074
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1074
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1074
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1074
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1074
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1074
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1074
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1074
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1074
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1074
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1074
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1074
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1075
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1075
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1075
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1075
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1075
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1075
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1075
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1075
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1075
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1075
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1075
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1075
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1080
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1080
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1080
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1080
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1080
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1080
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1080
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1080
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1080
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1080
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1080
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1080
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1081
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1081
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1081
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1081
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1081
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1081
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1081
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1081
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1081
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1081
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1081
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1081
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1083
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1083
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1083
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1083
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1083
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1083
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1083
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1083
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1083
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1083
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1083
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1083
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1084
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1084
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1084
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1084
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1084
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1084
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1084
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1084
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1084
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1084
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1084
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1084
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1085
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1085
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1085
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1085
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1085
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1085
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1085
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1085
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1085
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1085
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1085
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1085
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1086
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1086
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1086
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1086
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1086
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1086
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1086
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1086
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1086
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1086
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1086
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1086
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1087
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1087
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1087
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1087
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1087
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1087
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1087
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1087
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1087
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1087
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1087
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1087
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1088
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1088
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1088
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1088
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1088
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1088
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1088
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1088
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1088
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1088
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1088
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1088
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1089
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1089
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1089
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1089
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1089
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1089
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1089
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1089
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1089
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1089
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1089
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1089
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1091
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1091
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1091
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1091
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1091
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1091
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1091
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1091
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1091
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1091
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1091
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1091
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1092
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1092
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1092
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1092
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1092
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1092
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1092
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1092
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1092
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1092
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1092
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1092
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1093
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1093
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1093
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1093
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1093
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1093
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1093
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1093
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1093
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1093
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1093
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1093
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1095
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1095
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1095
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1095
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1095
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1095
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1095
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1095
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1095
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1095
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1095
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1095
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1096
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1096
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1096
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1096
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1096
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1096
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1096
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1096
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1096
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1096
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1096
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1096
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1097
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1097
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1097
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1097
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1097
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1097
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1097
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1097
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1097
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1097
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1097
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1097
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1100
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1100
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1101
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1101
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1102
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1102
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1103
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1103
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1104
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1104
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1105
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1105
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1106
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1106
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1106
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1106
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1106
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1106
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1106
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1106
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1106
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1106
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1106
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1106
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1111
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1111
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1112
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1112
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1121
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1121
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1121
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1121
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1121
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1121
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1121
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1121
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1121
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1121
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1121
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1121
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1123
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1123
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1123
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1123
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1123
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1123
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1123
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1123
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1123
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1123
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1123
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1123
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1135
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1135
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1135
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1135
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1135
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1135
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1135
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1135
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1135
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1135
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1135
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1135
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1144
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1144
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1153
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1153
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1169
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1169
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1185
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1185
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1186
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1186
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1187
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1187
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1188
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1188
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1189
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1189
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1190
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1190
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1191
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1191
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1192
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1192
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1193
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1193
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1194
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1194
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1196
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1196
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1197
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1197
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1198
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1198
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1199
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1199
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1200
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1200
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1201
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1201
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1203
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1203
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1207
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1207
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1208
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1208
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1209
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1209
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1213
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1213
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1213
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1213
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1213
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1213
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1213
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1213
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1213
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1213
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1213
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1213
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1214
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1214
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1215
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1215
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1216
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1216
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1218
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1218
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1218
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1218
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1218
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1218
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1218
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1218
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1218
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1218
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1218
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1218
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1219
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1219
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1219
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1219
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1219
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1219
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1219
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1219
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1219
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1219
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1219
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1219
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1220
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1220
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1221
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1221
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1222
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1222
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1224
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1224
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1226
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1226
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1228
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1228
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1229
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1229
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1230
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1230
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1231
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1231
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1232
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1232
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1234
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1234
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1238
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1238
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1241
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1241
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1242
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1242
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1243
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1243
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1244
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1244
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1245
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1245
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1245
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1245
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1245
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1245
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1245
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1245
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1245
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1245
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1245
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1245
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1246
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1246
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1246
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1246
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1246
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1246
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1246
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1246
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1246
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1246
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1246
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1246
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1247
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1247
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1247
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1247
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1247
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1247
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1247
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1247
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1247
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1247
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1247
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1247
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1248
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1248
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1248
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1248
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1248
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1248
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1248
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1248
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1248
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1248
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1248
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1248
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1249
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1249
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1249
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1249
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1249
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1249
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1249
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1249
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1249
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1249
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1249
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1249
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1251
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1251
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1252
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1252
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1253
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1253
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1253
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1253
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1253
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1253
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1253
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1253
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1253
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1253
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1253
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1253
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1254
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1254
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1256
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1256
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1257
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1257
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1258
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1258
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1259
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1259
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1260
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1260
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1261
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1261
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1262
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1262
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1264
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1264
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1266
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1266
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1266
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1266
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1266
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1266
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1266
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1266
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1266
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1266
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1266
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1266
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1267
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1267
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1268
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1268
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1269
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1269
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1270
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1270
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1271
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1271
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1272
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1272
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1273
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1273
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1274
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1274
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1274
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1274
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1274
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1274
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1274
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1274
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1274
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1274
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1274
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1274
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1276
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1276
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1279
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1279
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1279
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1279
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1279
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1279
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1279
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1279
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1279
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1279
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1279
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1279
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1284
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1284
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1284
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1284
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1284
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1284
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1284
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1284
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1284
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1284
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1284
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1284
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1285
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1285
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1285
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1285
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1285
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1285
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1285
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1285
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1285
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1285
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1285
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1285
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1286
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1286
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1286
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1286
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1286
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1286
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1286
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1286
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1286
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1286
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1286
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1286
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1287
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1287
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1287
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1287
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1287
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1287
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1287
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1287
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1287
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1287
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1287
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1287
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1288
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1288
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1288
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1288
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1288
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1288
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1288
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1288
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1288
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1288
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1288
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1288
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1289
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1289
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1291
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1291
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1292
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1292
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1293
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1293
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1294
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1294
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1295
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1295
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1296
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1296
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1296
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1296
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1296
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1296
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1296
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1296
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1296
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1296
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1296
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1296
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1297
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1297
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1298
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1298
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1298
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1298
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1298
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1298
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1298
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1298
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1298
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1298
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1298
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1298
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1299
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1299
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1300
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1300
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1300
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1300
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1300
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1300
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1300
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1300
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1300
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1300
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1300
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1300
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1301
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1301
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1301
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1301
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1301
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1301
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1301
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1301
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1301
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1301
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1301
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1301
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1302
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1302
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1302
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1302
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1302
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1302
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1302
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1302
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1302
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1302
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1302
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1302
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1303
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1303
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1303
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1303
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1303
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1303
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1303
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1303
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1303
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1303
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1303
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1303
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1304
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1304
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1305
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1305
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1306
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1306
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1307
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1307
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1310
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1310
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1311
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1311
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1311
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1311
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1311
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1311
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1311
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1311
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1311
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1311
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1311
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1311
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1312
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1312
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1312
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1312
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1312
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1312
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1312
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1312
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1312
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1312
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1312
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1312
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1313
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1313
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1313
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1313
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1313
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1313
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1313
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1313
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1313
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1313
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1313
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1313
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1315
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1315
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1315
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1315
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1315
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1315
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1315
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1315
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1315
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1315
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1315
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1315
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1316
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1316
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1316
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1316
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1316
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1316
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1316
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1316
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1316
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1316
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1316
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1316
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1317
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1317
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1318
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1318
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1318
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1318
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1318
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1318
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1318
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1318
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1318
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1318
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1318
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1318
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1319
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1319
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1319
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1319
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1319
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1319
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1319
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1319
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1319
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1319
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1319
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1319
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1321
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1321
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1322
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1322
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1323
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1323
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1324
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1324
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1325
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1325
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1325
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1325
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1325
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1325
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1325
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1325
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1325
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1325
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1325
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1325
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1326
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1326
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1327
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1327
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1329
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1329
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1330
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1330
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1330
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1330
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1330
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1330
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1330
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1330
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1330
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1330
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1330
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1330
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1331
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1331
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1332
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1332
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1332
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1332
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1332
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1332
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1332
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1332
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1332
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1332
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1332
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1332
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1333
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1333
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1334
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1334
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1334
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1334
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1334
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1334
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1334
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1334
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1334
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1334
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1334
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1334
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1335
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1335
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1336
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1336
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1337
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1337
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1338
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1338
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1339
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1339
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1340
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1340
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1341
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1341
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1342
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1342
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1343
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1343
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1343
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1343
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1343
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1343
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1343
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1343
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1343
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1343
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1343
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1343
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1344
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1344
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1345
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1345
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1346
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1346
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1347
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1347
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1348
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1348
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1349
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1349
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1352
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1352
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1352
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1352
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1352
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1352
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1352
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1352
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1352
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1352
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1352
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1352
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1353
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1353
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1354
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1354
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1355
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1355
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1357
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1357
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1358
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1358
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1359
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1359
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1361
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1361
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1362
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1362
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1362
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1362
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1362
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1362
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1362
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1362
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1362
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1362
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1362
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1362
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1363
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1363
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1363
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1363
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1363
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1363
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1363
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1363
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1363
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1363
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1363
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1363
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1364
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1364
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1364
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1364
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1364
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1364
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1364
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1364
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1364
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1364
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1364
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1364
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1365
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1365
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1365
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1365
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1365
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1365
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1365
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1365
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1365
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1365
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1365
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1365
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1366
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1366
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1367
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1367
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1368
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1368
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1369
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1369
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1369
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1369
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1369
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1369
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1369
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1369
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1369
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1369
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1369
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1369
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1371
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1371
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1371
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1371
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1371
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1371
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1371
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1371
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1371
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1371
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1371
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1371
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1372
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1372
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1372
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1372
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1372
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1372
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1372
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1372
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1372
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1372
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1372
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1372
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1373
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1373
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1373
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1373
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1373
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1373
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1373
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1373
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1373
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1373
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1373
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1373
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1374
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1374
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1375
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1375
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1375
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1375
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1375
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1375
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1375
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1375
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1375
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1375
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1375
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1375
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1376
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1376
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1377
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1377
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1377
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1377
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1377
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1377
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1377
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1377
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1377
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1377
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1377
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1377
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1378
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1378
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1378
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1378
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1378
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1378
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1378
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1378
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1378
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1378
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1378
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1378
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1379
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1379
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1379
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1379
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1379
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1379
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1379
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1379
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1379
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1379
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1379
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1379
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1382
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1382
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1383
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1383
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1384
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1384
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1385
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1385
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1386
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1386
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1388
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1388
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1389
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1389
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1390
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1390
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1391
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1391
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1392
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1392
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1392
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1392
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1392
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1392
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1392
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1392
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1392
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1392
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1392
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1392
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1393
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1393
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1393
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1393
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1393
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1393
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1393
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1393
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1393
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1393
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1393
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1393
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1394
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1394
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1395
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1395
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1395
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1395
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1395
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1395
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1395
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1395
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1395
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1395
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1395
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1395
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1396
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1396
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1397
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1397
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1398
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1398
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1399
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1399
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1400
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1400
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1400
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1400
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1400
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1400
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1400
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1400
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1400
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1400
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1400
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1400
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1401
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1401
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1402
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1402
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1402
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1402
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1402
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1402
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1402
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1402
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1402
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1402
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1402
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1402
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1403
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1403
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1403
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1403
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1403
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1403
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1403
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1403
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1403
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1403
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1403
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1403
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1404
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1404
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1404
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1404
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1404
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1404
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1404
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1404
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1404
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1404
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1404
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1404
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1405
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1405
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1405
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1405
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1405
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1405
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1405
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1405
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1405
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1405
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1405
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1405
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1406
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1406
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1407
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1407
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1408
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1408
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1410
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1410
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1411
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1411
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1411
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1411
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1411
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1411
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1411
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1411
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1411
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1411
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1411
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1411
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1412
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1412
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1413
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1413
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1414
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1414
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1414
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1414
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1414
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1414
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1414
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1414
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1414
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1414
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1414
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1414
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1415
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1415
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1416
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1416
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1416
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1416
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1416
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1416
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1416
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1416
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1416
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1416
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1416
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1416
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1417
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1417
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1418
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1418
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1419
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1419
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1420
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1420
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1421
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1421
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1422
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1422
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1422
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1422
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1422
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1422
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1422
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1422
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1422
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1422
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1422
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1422
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1424
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1424
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1424
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1424
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1424
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1424
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1424
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1424
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1424
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1424
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1424
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1424
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN ProductToCategory ON t0.id = ProductToCategory.product_id WHERE ProductToCategory.category_id = ?"
(parameters:
[
  1 => 3
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN ProductToCategory ON t0.id = ProductToCategory.product_id WHERE ProductToCategory.category_id = ?"
  "params" => [
    1 => 3
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN ProductToCategory ON t0.id = ProductToCategory.product_id WHERE ProductToCategory.category_id = ?"
(parameters:
[
  1 => 4
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN ProductToCategory ON t0.id = ProductToCategory.product_id WHERE ProductToCategory.category_id = ?"
  "params" => [
    1 => 4
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 281
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 281
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN ProductToCategory ON t0.id = ProductToCategory.product_id WHERE ProductToCategory.category_id = ?"
(parameters:
[
  1 => 5
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN ProductToCategory ON t0.id = ProductToCategory.product_id WHERE ProductToCategory.category_id = ?"
  "params" => [
    1 => 5
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 71
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 71
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 71
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 71
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 71
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 71
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 71
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 71
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 71
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 71
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 71
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 71
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 72
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 72
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 72
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 72
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 72
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 72
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 72
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 72
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 72
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 72
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 72
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 72
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 265
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 265
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 380
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 380
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 381
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 381
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 387
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 387
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1094
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1094
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1094
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1094
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1094
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1094
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1094
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1094
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1094
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1094
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1094
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1094
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1098
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1098
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1098
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1098
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1098
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1098
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1098
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1098
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1098
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1098
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1098
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1098
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1099
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.component_price AS component_price_3, t0.valid_from AS valid_from_4, t0.valid_to AS valid_to_5, t0.sales_unit_factor AS sales_unit_factor_6, t0.quantity AS quantity_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1099
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1099
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.price AS price_2, t0.quantity AS quantity_3, t0.component_price AS component_price_4, t0.valid_from AS valid_from_5, t0.valid_to AS valid_to_6, t0.sales_unit_factor AS sales_unit_factor_7, t0.product_id AS product_id_8, t0.price_group_id AS price_group_id_9, t0.customer_id AS customer_id_10, t0.unit_id AS unit_id_11 FROM scale_price t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1099
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
(parameters:
[
  1 => 1099
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.follow_up_product_id WHERE FollowUp.product_id = ?"
  "params" => [
    1 => 1099
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
(parameters:
[
  1 => 1099
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.handle AS handle_2, t0.name AS name_3, t0.price AS price_4, t0.model AS model_5, t0.status AS status_6, t0.image AS image_7, t0.add_date AS add_date_8, t0.description AS description_9, t0.uuid AS uuid_10, t0.component_price AS component_price_11, t0.container AS container_12, t0.container_size AS container_size_13, t0.storage_unit_length AS storage_unit_length_14, t0.storage_unit_width AS storage_unit_width_15, t0.storage_unit_height AS storage_unit_height_16, t0.storage_unit_volume AS storage_unit_volume_17, t0.storage_unit_container_size AS storage_unit_container_size_18, t0.storage_unit_pallet_size AS storage_unit_pallet_size_19, t0.storage_unit_total_liters AS storage_unit_total_liters_20, t0.storage_unit_weight AS storage_unit_weight_21, t0.sales_unit_factor AS sales_unit_factor_22, t0.deposit AS deposit_23, t0.purchasing_price AS purchasing_price_24, t0.tax_id AS tax_id_25, t0.unit_id AS unit_id_26, t0.contra_account_id AS contra_account_id_27 FROM product t0 INNER JOIN FollowUp ON t0.id = FollowUp.product_id WHERE FollowUp.follow_up_product_id = ?"
  "params" => [
    1 => 1099
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1099
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.product_id AS product_id_3 FROM product_tag t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1099
  ]
  "types" => [
    1 => 1
  ]
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
(parameters:
[
  1 => 1099
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.amount AS amount_2, t0.product_id AS product_id_3, t0.stock_id AS stock_id_4 FROM product_to_stock t0 WHERE t0.product_id = ?"
  "params" => [
    1 => 1099
  ]
  "types" => [
    1 => 1
  ]
]
security Read existing security token from the session.
[
  "key" => "_security_main"
  "token_class" => "Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken"
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.account_id AS account_id_5, t6.id AS id_7, t6.given_name AS given_name_8, t6.family_name AS family_name_9, t6.external_identifier AS external_identifier_10, t6.telephone AS telephone_11, t6.status AS status_12, t6.lock_pin AS lock_pin_13, t6.from_api AS from_api_14, t6.user_id AS user_id_15, t6.employee_group_id AS employee_group_id_16, t6.language_id AS language_id_17 FROM user t0 LEFT JOIN employee t6 ON t6.user_id = t0.id WHERE t0.id = ?"
(parameters:
[
  1 => 2
]
, types:
[
  1 => 1
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.account_id AS account_id_5, t6.id AS id_7, t6.given_name AS given_name_8, t6.family_name AS family_name_9, t6.external_identifier AS external_identifier_10, t6.telephone AS telephone_11, t6.status AS status_12, t6.lock_pin AS lock_pin_13, t6.from_api AS from_api_14, t6.user_id AS user_id_15, t6.employee_group_id AS employee_group_id_16, t6.language_id AS language_id_17 FROM user t0 LEFT JOIN employee t6 ON t6.user_id = t0.id WHERE t0.id = ?"
  "params" => [
    1 => 2
  ]
  "types" => [
    1 => 1
  ]
]
security User was reloaded from a user provider.
[
  "provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider"
  "username" => "durbengmbh@swtpos.de"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 2045

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiCredentialDecryptionCommand" (parent: .abstract.instanceof.App\Command\ApiCredentialDecryptionCommand).
  • Resolving inheritance for "App\Command\ApiCredentialDecryptionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiCredentialDecryptionCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiCredentialEncryptionCommand" (parent: .abstract.instanceof.App\Command\ApiCredentialEncryptionCommand).
  • Resolving inheritance for "App\Command\ApiCredentialEncryptionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiCredentialEncryptionCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccountPaymentController" (parent: .abstract.instanceof.App\Controller\Admin\AccountPaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccountPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccountPaymentController).
  • Resolving inheritance for "App\Controller\Admin\AccountPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccountPaymentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CashboxController" (parent: .abstract.instanceof.App\Controller\Admin\CashboxController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CashboxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CashboxController).
  • Resolving inheritance for "App\Controller\Admin\CashboxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CashboxController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryController).
  • Resolving inheritance for "App\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyController" (parent: .abstract.instanceof.App\Controller\Admin\CompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyController).
  • Resolving inheritance for "App\Controller\Admin\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContraAccountController" (parent: .abstract.instanceof.App\Controller\Admin\ContraAccountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContraAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContraAccountController).
  • Resolving inheritance for "App\Controller\Admin\ContraAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContraAccountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController" (parent: .abstract.instanceof.App\Controller\Admin\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController).
  • Resolving inheritance for "App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DummyDataController" (parent: .abstract.instanceof.App\Controller\Admin\DummyDataController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DummyDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DummyDataController).
  • Resolving inheritance for "App\Controller\Admin\DummyDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DummyDataController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EmployeeController" (parent: .abstract.instanceof.App\Controller\Admin\EmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EmployeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EmployeeController).
  • Resolving inheritance for "App\Controller\Admin\EmployeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EmployeeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FiskalyController" (parent: .abstract.instanceof.App\Controller\Admin\FiskalyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FiskalyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FiskalyController).
  • Resolving inheritance for "App\Controller\Admin\FiskalyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FiskalyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IndexController" (parent: .abstract.instanceof.App\Controller\Admin\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IndexController).
  • Resolving inheritance for "App\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LocationController" (parent: .abstract.instanceof.App\Controller\Admin\LocationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LocationController).
  • Resolving inheritance for "App\Controller\Admin\LocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LocationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodController" (parent: .abstract.instanceof.App\Controller\Admin\PaymentMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodController).
  • Resolving inheritance for "App\Controller\Admin\PaymentMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController" (parent: .abstract.instanceof.App\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController).
  • Resolving inheritance for "App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPriceController" (parent: .abstract.instanceof.App\Controller\Admin\ProductPriceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPriceController).
  • Resolving inheritance for "App\Controller\Admin\ProductPriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPriceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReceiptController" (parent: .abstract.instanceof.App\Controller\Admin\ReceiptController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReceiptController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReceiptController).
  • Resolving inheritance for "App\Controller\Admin\ReceiptController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReceiptController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticController" (parent: .abstract.instanceof.App\Controller\Admin\StatisticController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticController).
  • Resolving inheritance for "App\Controller\Admin\StatisticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StockController" (parent: .abstract.instanceof.App\Controller\Admin\StockController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StockController).
  • Resolving inheritance for "App\Controller\Admin\StockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StockController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupportController" (parent: .abstract.instanceof.App\Controller\Admin\SupportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupportController).
  • Resolving inheritance for "App\Controller\Admin\SupportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxController" (parent: .abstract.instanceof.App\Controller\Admin\TaxController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxController).
  • Resolving inheritance for "App\Controller\Admin\TaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FinancialStatementController" (parent: .abstract.instanceof.App\Controller\Api\FinancialStatementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FinancialStatementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FinancialStatementController).
  • Resolving inheritance for "App\Controller\Api\FinancialStatementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FinancialStatementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiDummyController" (parent: .abstract.instanceof.App\Controller\ApiDummyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiDummyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiDummyController).
  • Resolving inheritance for "App\Controller\ApiDummyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiDummyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CartController" (parent: .abstract.instanceof.App\Controller\CashBox\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CartController).
  • Resolving inheritance for "App\Controller\CashBox\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CashboxController" (parent: .abstract.instanceof.App\Controller\CashBox\CashboxController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CashboxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CashboxController).
  • Resolving inheritance for "App\Controller\CashBox\CashboxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CashboxController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CategoryController" (parent: .abstract.instanceof.App\Controller\CashBox\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CategoryController).
  • Resolving inheritance for "App\Controller\CashBox\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CustomerController" (parent: .abstract.instanceof.App\Controller\CashBox\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CustomerController).
  • Resolving inheritance for "App\Controller\CashBox\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\DailyFinancialStatementController" (parent: .abstract.instanceof.App\Controller\CashBox\DailyFinancialStatementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\DailyFinancialStatementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\DailyFinancialStatementController).
  • Resolving inheritance for "App\Controller\CashBox\DailyFinancialStatementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\DailyFinancialStatementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ImageController" (parent: .abstract.instanceof.App\Controller\CashBox\ImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ImageController).
  • Resolving inheritance for "App\Controller\CashBox\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\IndexController" (parent: .abstract.instanceof.App\Controller\CashBox\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\IndexController).
  • Resolving inheritance for "App\Controller\CashBox\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\LanguageController" (parent: .abstract.instanceof.App\Controller\CashBox\LanguageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\LanguageController).
  • Resolving inheritance for "App\Controller\CashBox\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\LanguageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\LocationController" (parent: .abstract.instanceof.App\Controller\CashBox\LocationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\LocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\LocationController).
  • Resolving inheritance for "App\Controller\CashBox\LocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\LocationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\LockController" (parent: .abstract.instanceof.App\Controller\CashBox\LockController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\LockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\LockController).
  • Resolving inheritance for "App\Controller\CashBox\LockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\LockController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\PaymentMethodController" (parent: .abstract.instanceof.App\Controller\CashBox\PaymentMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\PaymentMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\PaymentMethodController).
  • Resolving inheritance for "App\Controller\CashBox\PaymentMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\PaymentMethodController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ProductController" (parent: .abstract.instanceof.App\Controller\CashBox\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ProductController).
  • Resolving inheritance for "App\Controller\CashBox\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ReceiptController" (parent: .abstract.instanceof.App\Controller\CashBox\ReceiptController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ReceiptController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ReceiptController).
  • Resolving inheritance for "App\Controller\CashBox\ReceiptController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ReceiptController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ReversalController" (parent: .abstract.instanceof.App\Controller\CashBox\ReversalController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ReversalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ReversalController).
  • Resolving inheritance for "App\Controller\CashBox\ReversalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ReversalController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\SearchController" (parent: .abstract.instanceof.App\Controller\CashBox\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\SearchController).
  • Resolving inheritance for "App\Controller\CashBox\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\TransactionController" (parent: .abstract.instanceof.App\Controller\CashBox\TransactionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\TransactionController).
  • Resolving inheritance for "App\Controller\CashBox\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\TransactionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Debug\DebugController" (parent: .abstract.instanceof.App\Controller\Debug\DebugController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Debug\DebugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Debug\DebugController).
  • Resolving inheritance for "App\Controller\Debug\DebugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Debug\DebugController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DevLogController" (parent: .abstract.instanceof.App\Controller\DevLogController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DevLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DevLogController).
  • Resolving inheritance for "App\Controller\DevLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DevLogController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dummy\BarCodeController" (parent: .abstract.instanceof.App\Controller\Dummy\BarCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dummy\BarCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dummy\BarCodeController).
  • Resolving inheritance for "App\Controller\Dummy\BarCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dummy\BarCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController" (parent: .abstract.instanceof.App\Controller\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController).
  • Resolving inheritance for "App\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\UserDataPersister" (parent: .abstract.instanceof.App\DataPersister\UserDataPersister).
  • Resolving inheritance for "App\DataPersister\UserDataPersister" (parent: .instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\UserDataPersister).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CartOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\CartOutputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\CartOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CartOutputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerAddressInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\CustomerAddressInputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\CustomerAddressInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerAddressInputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerAddressOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\CustomerAddressOutputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\CustomerAddressOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerAddressOutputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerGroupOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\CustomerGroupOutputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\CustomerGroupOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerGroupOutputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\CustomerInputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\CustomerInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerInputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\CustomerOutputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\CustomerOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerOutputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\FinancialStatementOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\FinancialStatementOutputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\FinancialStatementOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\FinancialStatementOutputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\PaymentMethodOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\PaymentMethodOutputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\PaymentMethodOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\PaymentMethodOutputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\PriceGroupInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\PriceGroupInputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\PriceGroupInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\PriceGroupInputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\PriceGroupOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\PriceGroupOutputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\PriceGroupOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\PriceGroupOutputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ProductInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ProductInputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\ProductInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ProductInputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ProductOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ProductOutputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\ProductOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ProductOutputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ReceiptDocumentOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\ReceiptDocumentOutputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\ReceiptDocumentOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ReceiptDocumentOutputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UnitInputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\UnitInputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\UnitInputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UnitInputDataTransformer).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UnitOutputDataTransformer" (parent: .abstract.instanceof.App\DataTransformer\UnitOutputDataTransformer).
  • Resolving inheritance for "App\DataTransformer\UnitOutputDataTransformer" (parent: .instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UnitOutputDataTransformer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashboxType" (parent: .abstract.instanceof.App\Form\CashboxType).
  • Resolving inheritance for "App\Form\CashboxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashboxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType" (parent: .abstract.instanceof.App\Form\CategoryType).
  • Resolving inheritance for "App\Form\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType" (parent: .abstract.instanceof.App\Form\CompanyType).
  • Resolving inheritance for "App\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContraAccountType" (parent: .abstract.instanceof.App\Form\ContraAccountType).
  • Resolving inheritance for "App\Form\ContraAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContraAccountType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CountryCodeType" (parent: .abstract.instanceof.App\Form\CountryCodeType).
  • Resolving inheritance for "App\Form\CountryCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CountryCodeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeType" (parent: .abstract.instanceof.App\Form\EmployeeType).
  • Resolving inheritance for "App\Form\EmployeeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LocationType" (parent: .abstract.instanceof.App\Form\LocationType).
  • Resolving inheritance for "App\Form\LocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LocationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentMethodType" (parent: .abstract.instanceof.App\Form\PaymentMethodType).
  • Resolving inheritance for "App\Form\PaymentMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentMethodType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PriceType" (parent: .abstract.instanceof.App\Form\PriceType).
  • Resolving inheritance for "App\Form\PriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PriceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductContraAccountType" (parent: .abstract.instanceof.App\Form\ProductContraAccountType).
  • Resolving inheritance for "App\Form\ProductContraAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductContraAccountType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFollowUpType" (parent: .abstract.instanceof.App\Form\ProductFollowUpType).
  • Resolving inheritance for "App\Form\ProductFollowUpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFollowUpType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTagType" (parent: .abstract.instanceof.App\Form\ProductTagType).
  • Resolving inheritance for "App\Form\ProductTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType" (parent: .abstract.instanceof.App\Form\ProductType).
  • Resolving inheritance for "App\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReceiptType" (parent: .abstract.instanceof.App\Form\ReceiptType).
  • Resolving inheritance for "App\Form\ReceiptType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReceiptType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockType" (parent: .abstract.instanceof.App\Form\StockType).
  • Resolving inheritance for "App\Form\StockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaxType" (parent: .abstract.instanceof.App\Form\TaxType).
  • Resolving inheritance for "App\Form\TaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEmailType" (parent: .abstract.instanceof.App\Form\UserEmailType).
  • Resolving inheritance for "App\Form\UserEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEmailType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiTokenRepository" (parent: .abstract.instanceof.App\Repository\ApiTokenRepository).
  • Resolving inheritance for "App\Repository\ApiTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiTokenRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiUserRepository" (parent: .abstract.instanceof.App\Repository\ApiUserRepository).
  • Resolving inheritance for "App\Repository\ApiUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartHistoryRepository" (parent: .abstract.instanceof.App\Repository\CartHistoryRepository).
  • Resolving inheritance for "App\Repository\CartHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartHistoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartLogRepository" (parent: .abstract.instanceof.App\Repository\CartLogRepository).
  • Resolving inheritance for "App\Repository\CartLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository" (parent: .abstract.instanceof.App\Repository\CartProductRepository).
  • Resolving inheritance for "App\Repository\CartProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductToCartRepository" (parent: .abstract.instanceof.App\Repository\CartProductToCartRepository).
  • Resolving inheritance for "App\Repository\CartProductToCartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductToCartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository" (parent: .abstract.instanceof.App\Repository\CartRepository).
  • Resolving inheritance for "App\Repository\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashClosureRepository" (parent: .abstract.instanceof.App\Repository\CashClosureRepository).
  • Resolving inheritance for "App\Repository\CashClosureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashClosureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxCountingRepository" (parent: .abstract.instanceof.App\Repository\CashboxCountingRepository).
  • Resolving inheritance for "App\Repository\CashboxCountingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxCountingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxDepositRepository" (parent: .abstract.instanceof.App\Repository\CashboxDepositRepository).
  • Resolving inheritance for "App\Repository\CashboxDepositRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxDepositRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxPaymentToSupplierRepository" (parent: .abstract.instanceof.App\Repository\CashboxPaymentToSupplierRepository).
  • Resolving inheritance for "App\Repository\CashboxPaymentToSupplierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxPaymentToSupplierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxRepository" (parent: .abstract.instanceof.App\Repository\CashboxRepository).
  • Resolving inheritance for "App\Repository\CashboxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxSessionRepository" (parent: .abstract.instanceof.App\Repository\CashboxSessionRepository).
  • Resolving inheritance for "App\Repository\CashboxSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxSessionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxWithdrawalRepository" (parent: .abstract.instanceof.App\Repository\CashboxWithdrawalRepository).
  • Resolving inheritance for "App\Repository\CashboxWithdrawalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxWithdrawalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
  • Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
  • Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigurationRepository" (parent: .abstract.instanceof.App\Repository\ConfigurationRepository).
  • Resolving inheritance for "App\Repository\ConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigurationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContraAccountRepository" (parent: .abstract.instanceof.App\Repository\ContraAccountRepository).
  • Resolving inheritance for "App\Repository\ContraAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContraAccountRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository" (parent: .abstract.instanceof.App\Repository\CountryRepository).
  • Resolving inheritance for "App\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerAddressRepository" (parent: .abstract.instanceof.App\Repository\CustomerAddressRepository).
  • Resolving inheritance for "App\Repository\CustomerAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerAddressRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerGroupRepository" (parent: .abstract.instanceof.App\Repository\CustomerGroupRepository).
  • Resolving inheritance for "App\Repository\CustomerGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
  • Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxDepositRepository" (parent: .abstract.instanceof.App\Repository\DailyFinancialStatementCashboxDepositRepository).
  • Resolving inheritance for "App\Repository\DailyFinancialStatementCashboxDepositRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxDepositRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxPaymentToSupplierRepository" (parent: .abstract.instanceof.App\Repository\DailyFinancialStatementCashboxPaymentToSupplierRepository).
  • Resolving inheritance for "App\Repository\DailyFinancialStatementCashboxPaymentToSupplierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxPaymentToSupplierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxRepository" (parent: .abstract.instanceof.App\Repository\DailyFinancialStatementCashboxRepository).
  • Resolving inheritance for "App\Repository\DailyFinancialStatementCashboxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxWithdrawalRepository" (parent: .abstract.instanceof.App\Repository\DailyFinancialStatementCashboxWithdrawalRepository).
  • Resolving inheritance for "App\Repository\DailyFinancialStatementCashboxWithdrawalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxWithdrawalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCountingRepository" (parent: .abstract.instanceof.App\Repository\DailyFinancialStatementCountingRepository).
  • Resolving inheritance for "App\Repository\DailyFinancialStatementCountingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCountingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementLocationRepository" (parent: .abstract.instanceof.App\Repository\DailyFinancialStatementLocationRepository).
  • Resolving inheritance for "App\Repository\DailyFinancialStatementLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementLocationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementManuellPaymentRepository" (parent: .abstract.instanceof.App\Repository\DailyFinancialStatementManuellPaymentRepository).
  • Resolving inheritance for "App\Repository\DailyFinancialStatementManuellPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementManuellPaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementRepository" (parent: .abstract.instanceof.App\Repository\DailyFinancialStatementRepository).
  • Resolving inheritance for "App\Repository\DailyFinancialStatementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DatevConfigurationRepository" (parent: .abstract.instanceof.App\Repository\DatevConfigurationRepository).
  • Resolving inheritance for "App\Repository\DatevConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DatevConfigurationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DebugDateRepository" (parent: .abstract.instanceof.App\Repository\DebugDateRepository).
  • Resolving inheritance for "App\Repository\DebugDateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DebugDateRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DevLogRepository" (parent: .abstract.instanceof.App\Repository\DevLogRepository).
  • Resolving inheritance for "App\Repository\DevLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DevLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscountRepository" (parent: .abstract.instanceof.App\Repository\DiscountRepository).
  • Resolving inheritance for "App\Repository\DiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscountRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeGroupRepository" (parent: .abstract.instanceof.App\Repository\EmployeeGroupRepository).
  • Resolving inheritance for "App\Repository\EmployeeGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePermissionRepository" (parent: .abstract.instanceof.App\Repository\EmployeePermissionRepository).
  • Resolving inheritance for "App\Repository\EmployeePermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePermissionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRepository" (parent: .abstract.instanceof.App\Repository\EmployeeRepository).
  • Resolving inheritance for "App\Repository\EmployeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyApiLogRepository" (parent: .abstract.instanceof.App\Repository\FiskalyApiLogRepository).
  • Resolving inheritance for "App\Repository\FiskalyApiLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyApiLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyClientRepository" (parent: .abstract.instanceof.App\Repository\FiskalyClientRepository).
  • Resolving inheritance for "App\Repository\FiskalyClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyClientRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyConfigurationRepository" (parent: .abstract.instanceof.App\Repository\FiskalyConfigurationRepository).
  • Resolving inheritance for "App\Repository\FiskalyConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyConfigurationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyLogRepository" (parent: .abstract.instanceof.App\Repository\FiskalyLogRepository).
  • Resolving inheritance for "App\Repository\FiskalyLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyPaymentTypeRepository" (parent: .abstract.instanceof.App\Repository\FiskalyPaymentTypeRepository).
  • Resolving inheritance for "App\Repository\FiskalyPaymentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyPaymentTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyReceiptTypeRepository" (parent: .abstract.instanceof.App\Repository\FiskalyReceiptTypeRepository).
  • Resolving inheritance for "App\Repository\FiskalyReceiptTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyReceiptTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyTransactionRepository" (parent: .abstract.instanceof.App\Repository\FiskalyTransactionRepository).
  • Resolving inheritance for "App\Repository\FiskalyTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyTransactionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyTransactionRevisionRepository" (parent: .abstract.instanceof.App\Repository\FiskalyTransactionRevisionRepository).
  • Resolving inheritance for "App\Repository\FiskalyTransactionRevisionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyTransactionRevisionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyTssRepository" (parent: .abstract.instanceof.App\Repository\FiskalyTssRepository).
  • Resolving inheritance for "App\Repository\FiskalyTssRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyTssRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyVatRateRepository" (parent: .abstract.instanceof.App\Repository\FiskalyVatRateRepository).
  • Resolving inheritance for "App\Repository\FiskalyVatRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyVatRateRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GtinRepository" (parent: .abstract.instanceof.App\Repository\GtinRepository).
  • Resolving inheritance for "App\Repository\GtinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GtinRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository" (parent: .abstract.instanceof.App\Repository\LanguageRepository).
  • Resolving inheritance for "App\Repository\LanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository" (parent: .abstract.instanceof.App\Repository\LocationRepository).
  • Resolving inheritance for "App\Repository\LocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository" (parent: .abstract.instanceof.App\Repository\PaymentMethodRepository).
  • Resolving inheritance for "App\Repository\PaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceGroupRepository" (parent: .abstract.instanceof.App\Repository\PriceGroupRepository).
  • Resolving inheritance for "App\Repository\PriceGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceModifierGroupRepository" (parent: .abstract.instanceof.App\Repository\PriceModifierGroupRepository).
  • Resolving inheritance for "App\Repository\PriceModifierGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceModifierGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceModifierRepository" (parent: .abstract.instanceof.App\Repository\PriceModifierRepository).
  • Resolving inheritance for "App\Repository\PriceModifierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceModifierRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceModifierToPriceModifierGroupRepository" (parent: .abstract.instanceof.App\Repository\PriceModifierToPriceModifierGroupRepository).
  • Resolving inheritance for "App\Repository\PriceModifierToPriceModifierGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceModifierToPriceModifierGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository" (parent: .abstract.instanceof.App\Repository\PriceRepository).
  • Resolving inheritance for "App\Repository\PriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFollowUpRepository" (parent: .abstract.instanceof.App\Repository\ProductFollowUpRepository).
  • Resolving inheritance for "App\Repository\ProductFollowUpRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFollowUpRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
  • Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductTagRepository" (parent: .abstract.instanceof.App\Repository\ProductTagRepository).
  • Resolving inheritance for "App\Repository\ProductTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductTagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductToStockRepository" (parent: .abstract.instanceof.App\Repository\ProductToStockRepository).
  • Resolving inheritance for "App\Repository\ProductToStockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductToStockRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCartProductRepository" (parent: .abstract.instanceof.App\Repository\ReceiptCartProductRepository).
  • Resolving inheritance for "App\Repository\ReceiptCartProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCartProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCashboxRepository" (parent: .abstract.instanceof.App\Repository\ReceiptCashboxRepository).
  • Resolving inheritance for "App\Repository\ReceiptCashboxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCashboxRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptContraAccountRepository" (parent: .abstract.instanceof.App\Repository\ReceiptContraAccountRepository).
  • Resolving inheritance for "App\Repository\ReceiptContraAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptContraAccountRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCustomerAddressRepository" (parent: .abstract.instanceof.App\Repository\ReceiptCustomerAddressRepository).
  • Resolving inheritance for "App\Repository\ReceiptCustomerAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCustomerAddressRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCustomerGroupRepository" (parent: .abstract.instanceof.App\Repository\ReceiptCustomerGroupRepository).
  • Resolving inheritance for "App\Repository\ReceiptCustomerGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCustomerGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCustomerRepository" (parent: .abstract.instanceof.App\Repository\ReceiptCustomerRepository).
  • Resolving inheritance for "App\Repository\ReceiptCustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDiscountRepository" (parent: .abstract.instanceof.App\Repository\ReceiptDiscountRepository).
  • Resolving inheritance for "App\Repository\ReceiptDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDiscountRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentCustomerAddressRepository" (parent: .abstract.instanceof.App\Repository\ReceiptDocumentCustomerAddressRepository).
  • Resolving inheritance for "App\Repository\ReceiptDocumentCustomerAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentCustomerAddressRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentCustomerRepository" (parent: .abstract.instanceof.App\Repository\ReceiptDocumentCustomerRepository).
  • Resolving inheritance for "App\Repository\ReceiptDocumentCustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentCustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentPositionRepository" (parent: .abstract.instanceof.App\Repository\ReceiptDocumentPositionRepository).
  • Resolving inheritance for "App\Repository\ReceiptDocumentPositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentPositionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentRepository" (parent: .abstract.instanceof.App\Repository\ReceiptDocumentRepository).
  • Resolving inheritance for "App\Repository\ReceiptDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptEmployeeGroupRepository" (parent: .abstract.instanceof.App\Repository\ReceiptEmployeeGroupRepository).
  • Resolving inheritance for "App\Repository\ReceiptEmployeeGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptEmployeeGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptEmployeeRepository" (parent: .abstract.instanceof.App\Repository\ReceiptEmployeeRepository).
  • Resolving inheritance for "App\Repository\ReceiptEmployeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptEmployeeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptLocationRepository" (parent: .abstract.instanceof.App\Repository\ReceiptLocationRepository).
  • Resolving inheritance for "App\Repository\ReceiptLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptLocationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptPaymentMethodRepository" (parent: .abstract.instanceof.App\Repository\ReceiptPaymentMethodRepository).
  • Resolving inheritance for "App\Repository\ReceiptPaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptPaymentMethodRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptPriceGroupRepository" (parent: .abstract.instanceof.App\Repository\ReceiptPriceGroupRepository).
  • Resolving inheritance for "App\Repository\ReceiptPriceGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptPriceGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptPriceRepository" (parent: .abstract.instanceof.App\Repository\ReceiptPriceRepository).
  • Resolving inheritance for "App\Repository\ReceiptPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptPriceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptProductRepository" (parent: .abstract.instanceof.App\Repository\ReceiptProductRepository).
  • Resolving inheritance for "App\Repository\ReceiptProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptRepository" (parent: .abstract.instanceof.App\Repository\ReceiptRepository).
  • Resolving inheritance for "App\Repository\ReceiptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptScalePriceRepository" (parent: .abstract.instanceof.App\Repository\ReceiptScalePriceRepository).
  • Resolving inheritance for "App\Repository\ReceiptScalePriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptScalePriceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptTaxRepository" (parent: .abstract.instanceof.App\Repository\ReceiptTaxRepository).
  • Resolving inheritance for "App\Repository\ReceiptTaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptTaxRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptTransactionRepository" (parent: .abstract.instanceof.App\Repository\ReceiptTransactionRepository).
  • Resolving inheritance for "App\Repository\ReceiptTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptTransactionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptUnitRepository" (parent: .abstract.instanceof.App\Repository\ReceiptUnitRepository).
  • Resolving inheritance for "App\Repository\ReceiptUnitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptUnitRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptUserRepository" (parent: .abstract.instanceof.App\Repository\ReceiptUserRepository).
  • Resolving inheritance for "App\Repository\ReceiptUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReversalMappingRepository" (parent: .abstract.instanceof.App\Repository\ReversalMappingRepository).
  • Resolving inheritance for "App\Repository\ReversalMappingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReversalMappingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReversalRepository" (parent: .abstract.instanceof.App\Repository\ReversalRepository).
  • Resolving inheritance for "App\Repository\ReversalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReversalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScalePriceRepository" (parent: .abstract.instanceof.App\Repository\ScalePriceRepository).
  • Resolving inheritance for "App\Repository\ScalePriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScalePriceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockRepository" (parent: .abstract.instanceof.App\Repository\StockRepository).
  • Resolving inheritance for "App\Repository\StockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaxRepository" (parent: .abstract.instanceof.App\Repository\TaxRepository).
  • Resolving inheritance for "App\Repository\TaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaxRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimeZoneDetectionRepository" (parent: .abstract.instanceof.App\Repository\TimeZoneDetectionRepository).
  • Resolving inheritance for "App\Repository\TimeZoneDetectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimeZoneDetectionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository" (parent: .abstract.instanceof.App\Repository\TransactionRepository).
  • Resolving inheritance for "App\Repository\TransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnitRepository" (parent: .abstract.instanceof.App\Repository\UnitRepository).
  • Resolving inheritance for "App\Repository\UnitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnitRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Admin" (parent: .abstract.instanceof.App\Twig\Admin).
  • Resolving inheritance for "App\Twig\Admin" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Admin).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FunctionExtension" (parent: .abstract.instanceof.App\Twig\FunctionExtension).
  • Resolving inheritance for "App\Twig\FunctionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FunctionExtension).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.identifiers_extractor" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.subresource_operation_factory" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
  • Resolving inheritance for "api_platform.graphql.cache.subscription" (parent: cache.system).
  • Resolving inheritance for "api_platform.doctrine.orm.default.collection_data_provider" (parent: api_platform.doctrine.orm.collection_data_provider).
  • Resolving inheritance for "api_platform.doctrine.orm.default.item_data_provider" (parent: api_platform.doctrine.orm.item_data_provider).
  • Resolving inheritance for "api_platform.doctrine.orm.default.subresource_data_provider" (parent: api_platform.doctrine.orm.subresource_data_provider).
  • Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
  • Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
  • Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
  • Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
  • Resolving inheritance for "annotated_app_entity_receipt_document_api_platform_core_bridge_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
482
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "mailer.logger_message_listener"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
  • Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
  • Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
  • Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "api_platform.serializer"; reason: private alias.
  • Removed service "api_platform.property_accessor"; reason: private alias.
  • Removed service "api_platform.property_info"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\ResourceClassResolverInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\UrlGeneratorInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\IriConverterInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\OperationAwareFormatsProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Serializer\SerializerContextBuilderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Serializer\Filter\PropertyFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Serializer\Filter\GroupFilter"; reason: private alias.
  • Removed service "api_platform.operation_path_resolver"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\IdentifiersExtractorInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataPersister\DataPersisterInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\ItemDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\CollectionDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\Pagination"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\PaginationOptions"; reason: private alias.
  • Removed service "api_platform.operation_path_resolver.default"; reason: private alias.
  • Removed service "api_platform.path_segment_name_generator"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
  • Removed service "ApiPlatform\Core\JsonSchema\TypeFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\JsonSchema\SchemaFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
  • Removed service "ApiPlatform\Core\OpenApi\Options"; reason: private alias.
  • Removed service "ApiPlatform\Core\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
  • Removed service "api_platform.swagger_ui.listener"; reason: private alias.
  • Removed service "ApiPlatform\Core\GraphQl\Serializer\SerializerContextBuilderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "api_platform.security.expression_language"; reason: private alias.
  • Removed service "ApiPlatform\Core\Security\ResourceAccessCheckerInterface"; reason: private alias.
  • Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
  • Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
  • Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
  • Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "knp_menu.menu_provider"; reason: private alias.
  • Removed service "api_platform.doctrine.listener.mercure.publish"; reason: private alias.
  • Removed service "api_platform.name_converter"; reason: private alias.
  • Removed service ".service_locator.XDGmiR3"; reason: private alias.
  • Removed service ".service_locator.bnaLdkn"; reason: private alias.
  • Removed service ".service_locator.sazkLR8"; reason: private alias.
  • Removed service ".service_locator.Xbsa8iG"; reason: private alias.
  • Removed service ".service_locator.S79ueEz"; reason: private alias.
  • Removed service ".service_locator.rN7fFER"; reason: private alias.
  • Removed service ".service_locator.0GV1BZZ"; reason: private alias.
  • Removed service ".service_locator.brc2egS"; reason: private alias.
  • Removed service ".service_locator.oQa6vM8"; reason: private alias.
  • Removed service ".service_locator.yTeO_ma"; reason: private alias.
  • Removed service ".service_locator.IAUqUfQ"; reason: private alias.
  • Removed service ".service_locator.xQVX2vF"; reason: private alias.
  • Removed service ".service_locator.qPLy_52"; reason: private alias.
  • Removed service ".service_locator.tB36EGO"; reason: private alias.
  • Removed service ".service_locator.xjgxN1J"; reason: private alias.
  • Removed service ".service_locator.xpJ9K1N"; reason: private alias.
  • Removed service ".service_locator.S671OBQ"; reason: private alias.
  • Removed service ".service_locator.OX8jVOC"; reason: private alias.
  • Removed service ".service_locator.zgFovr_"; reason: private alias.
  • Removed service ".service_locator.ONes4Nv"; reason: private alias.
  • Removed service ".service_locator.qrs5IE_"; reason: private alias.
  • Removed service ".service_locator.Gx1fEjP"; reason: private alias.
  • Removed service ".service_locator.WaV0dAQ"; reason: private alias.
  • Removed service ".service_locator.AkA16Nv"; reason: private alias.
  • Removed service ".service_locator.y1d9FuU"; reason: private alias.
  • Removed service ".service_locator.jzjeqGD"; reason: private alias.
  • Removed service ".service_locator.dC0IiEr"; reason: private alias.
  • Removed service ".service_locator.XsTyI1a"; reason: private alias.
  • Removed service ".service_locator.iK3O2.Z"; reason: private alias.
  • Removed service ".service_locator.xX.BoUN"; reason: private alias.
  • Removed service ".service_locator.lTR9T78"; reason: private alias.
  • Removed service ".service_locator..kpldTK"; reason: private alias.
  • Removed service ".service_locator.TGGGFI8"; reason: private alias.
  • Removed service ".service_locator.uFo4IwQ"; reason: private alias.
  • Removed service ".service_locator.kqutwLS"; reason: private alias.
  • Removed service ".service_locator.wKF4yn1"; reason: private alias.
  • Removed service ".service_locator..QJ_Hdo"; reason: private alias.
  • Removed service ".service_locator.tUaZRBA"; reason: private alias.
  • Removed service ".service_locator.O24_MAy"; reason: private alias.
  • Removed service ".service_locator.5nX7ca3"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.yaml.inner"; reason: private alias.
  • Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.input_output.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
  • Removed service "api_platform.metadata.subresource.metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.php_doc.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.short_name.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.filter_metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.formats.inner"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "api_platform.serializer.context_builder"; reason: private alias.
  • Removed service "api_platform.identifiers_extractor"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
  • Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
  • Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
  • Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
  • Removed service "api_platform.collection_data_provider"; reason: private alias.
  • Removed service "api_platform.item_data_provider"; reason: private alias.
  • Removed service "api_platform.subresource_data_provider"; reason: private alias.
  • Removed service "api_platform.data_persister"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service "api_platform.serializer.mapping.class_metadata_factory.inner"; reason: private alias.
  • Removed service "api_platform.openapi.normalizer"; reason: private alias.
  • Removed service "api_platform.swagger.normalizer.documentation"; reason: private alias.
  • Removed service "api_platform.route_name_resolver"; reason: private alias.
  • Removed service "api_platform.subresource_operation_factory"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
  • Removed service ".service_locator._5g_Wvc"; reason: private alias.
  • Removed service ".service_locator.JBAFp66"; reason: private alias.
  • Removed service ".service_locator.p_lyMiv"; reason: private alias.
  • Removed service ".service_locator.dEyvoBl"; reason: private alias.
  • Removed service ".service_locator.S1hmjR8"; reason: private alias.
  • Removed service ".service_locator.rTqxrUM"; reason: private alias.
  • Removed service ".service_locator.Tzkrsg8"; reason: private alias.
  • Removed service ".service_locator.XzMsA1I"; reason: private alias.
  • Removed service ".service_locator.a60.qTc"; reason: private alias.
  • Removed service ".service_locator.uGNsZMe"; reason: private alias.
  • Removed service ".service_locator.tkDtqpu"; reason: private alias.
  • Removed service ".service_locator.AKdLxRR"; reason: private alias.
  • Removed service ".service_locator.zH0gmiz"; reason: private alias.
  • Removed service ".service_locator.tI_tOhg"; reason: private alias.
  • Removed service ".service_locator.JgiDFzH"; reason: private alias.
  • Removed service ".service_locator.bhH3Ubc"; reason: private alias.
  • Removed service ".service_locator.HlRkuD5"; reason: private alias.
  • Removed service ".service_locator.W_nZP6u"; reason: private alias.
  • Removed service ".service_locator.XpGd7VP"; reason: private alias.
  • Removed service ".service_locator.2TR1GXO"; reason: private alias.
  • Removed service ".service_locator.D0kcllv"; reason: private alias.
  • Removed service ".service_locator.v.YFRVp"; reason: private alias.
  • Removed service ".service_locator.lr9uSff"; reason: private alias.
  • Removed service ".service_locator.dkvIqRt"; reason: private alias.
  • Removed service ".service_locator.KtgrFKn"; reason: private alias.
  • Removed service ".service_locator.rGmm8Rz"; reason: private alias.
  • Removed service ".service_locator.hPm9b13"; reason: private alias.
  • Removed service ".service_locator.0.yQVTX"; reason: private alias.
  • Removed service ".service_locator..UD4BZ6"; reason: private alias.
  • Removed service ".service_locator.edR2Jhi"; reason: private alias.
  • Removed service ".service_locator.BQ53xGi"; reason: private alias.
  • Removed service ".service_locator.l__cwDo"; reason: private alias.
  • Removed service ".service_locator._Z5vMUg"; reason: private alias.
  • Removed service ".service_locator.rKi8CIy"; reason: private alias.
  • Removed service ".service_locator.I5xOVV5"; reason: private alias.
  • Removed service ".service_locator.H5AKyJ6"; reason: private alias.
  • Removed service ".service_locator.VpPFk0H"; reason: private alias.
  • Removed service ".service_locator.Z1n0laK"; reason: private alias.
  • Removed service ".service_locator.SUHvrAY"; reason: private alias.
  • Removed service ".service_locator.bLROQd3"; reason: private alias.
  • Removed service ".service_locator.4xd6IfB"; reason: private alias.
  • Removed service ".service_locator.UuKUqKa"; reason: private alias.
  • Removed service ".service_locator.Ui9Q1aT"; reason: private alias.
  • Removed service ".service_locator.Dl7MdoT"; reason: private alias.
  • Removed service ".service_locator.4UCz60X"; reason: private alias.
  • Removed service ".service_locator.Oiz_BMZ"; reason: private alias.
  • Removed service ".service_locator.Qckgng_"; reason: private alias.
  • Removed service ".service_locator.mj_wqyU"; reason: private alias.
  • Removed service ".service_locator.jMGu_6q"; reason: private alias.
  • Removed service ".service_locator.7A2dWcd"; reason: private alias.
  • Removed service ".service_locator.IcuugiM"; reason: private alias.
  • Removed service ".service_locator.P6zV4E0"; reason: private alias.
  • Removed service ".service_locator.3BnIBDt"; reason: private alias.
  • Removed service ".service_locator.yiO23TQ"; reason: private alias.
  • Removed service ".service_locator.ll5YtvF"; reason: private alias.
  • Removed service ".service_locator.P2qIcUc"; reason: private alias.
  • Removed service ".service_locator.KaK266J"; reason: private alias.
  • Removed service ".service_locator.RT6KfoW"; reason: private alias.
  • Removed service ".service_locator.c1b1BWf"; reason: private alias.
  • Removed service ".service_locator.ZLrSzml"; reason: private alias.
  • Removed service ".service_locator.fyH.VEA"; reason: private alias.
  • Removed service ".service_locator.wvJXV8S"; reason: private alias.
  • Removed service ".service_locator.nRauoJV"; reason: private alias.
  • Removed service ".service_locator.1lBqW0m"; reason: private alias.
  • Removed service ".service_locator.9Y9dML."; reason: private alias.
  • Removed service ".service_locator.918kyfB"; reason: private alias.
  • Removed service ".service_locator.lD5rXEE"; reason: private alias.
  • Removed service ".service_locator.FEzghyg"; reason: private alias.
  • Removed service ".service_locator.nC9mEEo"; reason: private alias.
  • Removed service ".service_locator.tDyeQU7"; reason: private alias.
  • Removed service ".service_locator.z3eUT6k"; reason: private alias.
  • Removed service ".service_locator.Er0_7SX"; reason: private alias.
  • Removed service ".service_locator._b3Aq6y"; reason: private alias.
  • Removed service ".service_locator.kXCVHeG"; reason: private alias.
  • Removed service ".service_locator.j0M1jUa"; reason: private alias.
  • Removed service ".service_locator.e1Iqlo5"; reason: private alias.
  • Removed service ".service_locator.LrY.obc"; reason: private alias.
  • Removed service ".service_locator.clUEvlF"; reason: private alias.
  • Removed service ".service_locator.aa1PbBb"; reason: private alias.
383
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\ApiDummyController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\DataFixtures\AppFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\DataPersister\UserDataPersister" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\DataTransformer\CartOutputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\CustomerAddressInputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\CustomerGroupOutputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\CustomerInputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\CustomerOutputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\FinancialStatementOutputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\PaymentMethodOutputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\PriceGroupInputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\PriceGroupOutputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\ProductInputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\ProductOutputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\ReceiptDocumentOutputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\DataTransformer\UnitInputDataTransformer" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\CashboxType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\CompanyType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ContraAccountType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\EmployeeType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\LocationType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\PaymentMethodType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductFollowUpType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductTagType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ProductType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\ReceiptType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\StockType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\TaxType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\UserEmailType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Menu\Admin\MenuBuilder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Service\Admin\UserService" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "app.menu_builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.main" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "api_platform.metadata.property.metadata_factory.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
  • Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.YdGlmE7" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.iRkeTRL" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
110
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "notifier.transport_factory.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "api_platform.serializer.property_filter"; reason: abstract.
  • Removed service "api_platform.serializer.group_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiCredentialDecryptionCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ApiCredentialDecryptionCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiCredentialEncryptionCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ApiCredentialEncryptionCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccountPaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccountPaymentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AccountPaymentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CashboxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CashboxController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CashboxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContraAccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContraAccountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ContraAccountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DummyDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DummyDataController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\DummyDataController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EmployeeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\EmployeeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FiskalyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FiskalyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\FiskalyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IndexController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LocationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\LocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\PaymentMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPriceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPriceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProductPriceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReceiptController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReceiptController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ReceiptController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StatisticController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StatisticController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StatisticController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StockController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\StockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\SupportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\TaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FinancialStatementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FinancialStatementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\FinancialStatementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiDummyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiDummyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ApiDummyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CashboxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CashboxController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\CashboxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\DailyFinancialStatementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\DailyFinancialStatementController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\DailyFinancialStatementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\ImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\IndexController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\LanguageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\LanguageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\LanguageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\LocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\LocationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\LocationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\LockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\LockController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\LockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\PaymentMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\PaymentMethodController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\PaymentMethodController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ReceiptController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ReceiptController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\ReceiptController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\ReversalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\ReversalController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\ReversalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\SearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CashBox\TransactionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CashBox\TransactionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CashBox\TransactionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Debug\DebugController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Debug\DebugController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Debug\DebugController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DevLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DevLogController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DevLogController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dummy\BarCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dummy\BarCodeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Dummy\BarCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IndexController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\IndexController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataPersister\DataPersisterInterface.0.App\DataPersister\UserDataPersister"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataPersister\UserDataPersister"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CartOutputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\CartOutputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerAddressInputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\CustomerAddressInputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerAddressOutputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\CustomerAddressOutputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerGroupOutputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\CustomerGroupOutputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerInputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\CustomerInputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\CustomerOutputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\CustomerOutputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\FinancialStatementOutputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\FinancialStatementOutputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\PaymentMethodOutputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\PaymentMethodOutputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\PriceGroupInputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\PriceGroupInputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\PriceGroupOutputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\PriceGroupOutputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ProductInputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\ProductInputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ProductOutputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\ProductOutputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\ReceiptDocumentOutputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\ReceiptDocumentOutputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UnitInputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\UnitInputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\DataTransformer\DataTransformerInterface.0.App\DataTransformer\UnitOutputDataTransformer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataTransformer\UnitOutputDataTransformer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CashboxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CashboxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContraAccountType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ContraAccountType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CountryCodeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CountryCodeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmployeeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\EmployeeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LocationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\LocationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentMethodType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PaymentMethodType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PriceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PriceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductContraAccountType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductContraAccountType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFollowUpType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductFollowUpType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductTagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductTagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReceiptType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ReceiptType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StockType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\StockType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TaxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEmailType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserEmailType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiTokenRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ApiTokenRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ApiUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartHistoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartHistoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductToCartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartProductToCartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashClosureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashClosureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxCountingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashboxCountingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxDepositRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashboxDepositRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxPaymentToSupplierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashboxPaymentToSupplierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashboxRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxSessionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashboxSessionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CashboxWithdrawalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CashboxWithdrawalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigurationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConfigurationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContraAccountRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContraAccountRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CountryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerAddressRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerAddressRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxDepositRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DailyFinancialStatementCashboxDepositRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxPaymentToSupplierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DailyFinancialStatementCashboxPaymentToSupplierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DailyFinancialStatementCashboxRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCashboxWithdrawalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DailyFinancialStatementCashboxWithdrawalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementCountingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DailyFinancialStatementCountingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementLocationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DailyFinancialStatementLocationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementManuellPaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DailyFinancialStatementManuellPaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyFinancialStatementRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DailyFinancialStatementRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DatevConfigurationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DatevConfigurationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DebugDateRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DebugDateRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DevLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DevLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiscountRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DiscountRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EmployeeGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeePermissionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EmployeePermissionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmployeeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EmployeeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyApiLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FiskalyApiLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyClientRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FiskalyClientRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyConfigurationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FiskalyConfigurationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FiskalyLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyPaymentTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FiskalyPaymentTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyReceiptTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FiskalyReceiptTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyTransactionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FiskalyTransactionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyTransactionRevisionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FiskalyTransactionRevisionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyTssRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FiskalyTssRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiskalyVatRateRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FiskalyVatRateRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GtinRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GtinRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LanguageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LocationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PaymentMethodRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PriceGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceModifierGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PriceModifierGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceModifierRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PriceModifierRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceModifierToPriceModifierGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PriceModifierToPriceModifierGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PriceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFollowUpRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductFollowUpRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductTagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductTagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductToStockRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductToStockRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCartProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptCartProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCashboxRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptCashboxRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptContraAccountRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptContraAccountRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCustomerAddressRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptCustomerAddressRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCustomerGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptCustomerGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptCustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptCustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDiscountRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptDiscountRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentCustomerAddressRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptDocumentCustomerAddressRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentCustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptDocumentCustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentPositionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptDocumentPositionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptDocumentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptDocumentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptEmployeeGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptEmployeeGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptEmployeeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptEmployeeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptLocationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptLocationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptPaymentMethodRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptPaymentMethodRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptPriceGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptPriceGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptPriceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptPriceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptScalePriceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptScalePriceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptTaxRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptTaxRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptTransactionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptTransactionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptUnitRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptUnitRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReceiptUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReceiptUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReversalMappingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReversalMappingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReversalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReversalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScalePriceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ScalePriceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StockRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaxRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TaxRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TimeZoneDetectionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TimeZoneDetectionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TransactionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnitRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UnitRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Twig\Admin"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\Admin"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FunctionExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\FunctionExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
472
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\Dto\CartOutput"; reason: unused.
  • Removed service "App\Dto\CustomerAddressInput"; reason: unused.
  • Removed service "App\Dto\CustomerAddressOutput"; reason: unused.
  • Removed service "App\Dto\CustomerGroupOutput"; reason: unused.
  • Removed service "App\Dto\CustomerInput"; reason: unused.
  • Removed service "App\Dto\CustomerOutput"; reason: unused.
  • Removed service "App\Dto\FinancialStatementOutput"; reason: unused.
  • Removed service "App\Dto\PaymentMethodOutput"; reason: unused.
  • Removed service "App\Dto\PriceGroupInput"; reason: unused.
  • Removed service "App\Dto\PriceGroupOutput"; reason: unused.
  • Removed service "App\Dto\ProductInput"; reason: unused.
  • Removed service "App\Dto\ProductOutput"; reason: unused.
  • Removed service "App\Dto\ReceiptDocumentOutput"; reason: unused.
  • Removed service "App\Dto\UnitInput"; reason: unused.
  • Removed service "App\Dto\UnitOutput"; reason: unused.
  • Removed service "App\Form\DataTransformer\CountryCodeTransformer"; reason: unused.
  • Removed service "App\Form\DataTransformer\ProductContraAccountTransformer"; reason: unused.
  • Removed service "App\Form\DataTransformer\ProductFollowUpTransformer"; reason: unused.
  • Removed service "App\Form\DataTransformer\ProductTagTransformer"; reason: unused.
  • Removed service "App\Form\DataTransformer\UserEmailTransformer"; reason: unused.
  • Removed service "App\Menu\Admin\MenuBuilder"; reason: unused.
  • Removed service "App\Service\CashBox\CartService"; reason: unused.
  • Removed service "App\Structure\CashBox\PriceStructure"; reason: unused.
  • Removed service "App\Structure\CashBox\PricingStructure"; reason: unused.
  • Removed service "App\Structure\CashBox\ScalePriceStructure"; reason: unused.
  • Removed service "App\Structure\CashBox\ScalePricingStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\AccessTokenClaimsStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\AmountPerPaymentTypeStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\AmountPerVatRateStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\ApiKeyListStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\ApiKeyStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\AuthStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\BaseStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\BillingOptionsStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\ClientStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\LineItemStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\LogStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\ManagedConfigurationStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\MetaDataStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\OrderStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\OrganizationListStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\OrganizationStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\OtherStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\RawStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\ReceiptStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\SchemaStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\SignatureStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\StandardV1Structure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\TransactionRequestStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\TransactionStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\TssListStructure"; reason: unused.
  • Removed service "App\Structure\Fiskaly\TssStructure"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "psr18.http_client"; reason: unused.
  • Removed service "mailer.mailer"; reason: unused.
  • Removed service "mailer.transports"; reason: unused.
  • Removed service "mailer.transport_factory"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "mailer.transport_factory.null"; reason: unused.
  • Removed service "mailer.transport_factory.sendmail"; reason: unused.
  • Removed service "mailer.transport_factory.smtp"; reason: unused.
  • Removed service "mailer.transport_factory.native"; reason: unused.
  • Removed service "notifier"; reason: unused.
  • Removed service "notifier.channel_policy"; reason: unused.
  • Removed service "notifier.channel.browser"; reason: unused.
  • Removed service "notifier.channel.chat"; reason: unused.
  • Removed service "notifier.channel.sms"; reason: unused.
  • Removed service "notifier.channel.email"; reason: unused.
  • Removed service "notifier.monolog_handler"; reason: unused.
  • Removed service "notifier.failed_message_listener"; reason: unused.
  • Removed service "chatter.transports"; reason: unused.
  • Removed service "chatter.transport_factory"; reason: unused.
  • Removed service "chatter.messenger.chat_handler"; reason: unused.
  • Removed service "texter.transports"; reason: unused.
  • Removed service "texter.transport_factory"; reason: unused.
  • Removed service "texter.messenger.sms_handler"; reason: unused.
  • Removed service "notifier.transport_factory.null"; reason: unused.
  • Removed service "notifier.admin_recipient.0"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~I40_UwZ"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "webpack_encore.cache"; reason: unused.
  • Removed service "api_platform.operation_method_resolver"; reason: unused.
  • Removed service "api_platform.formats_provider"; reason: unused.
  • Removed service "api_platform.operation_path_resolver.underscore"; reason: unused.
  • Removed service "api_platform.operation_path_resolver.dash"; reason: unused.
  • Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
  • Removed service "api_platform.serializer_locator"; reason: unused.
  • Removed service "api_platform.filter_collection_factory"; reason: unused.
  • Removed service "api_platform.filters"; reason: unused.
  • Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
  • Removed service "symfonycasts.verify_email.token_generator"; reason: unused.
  • Removed service "symfonycasts.verify_email.query_utility"; reason: unused.
  • Removed service "symfonycasts.verify_email.uri_signer"; reason: unused.
  • Removed service "symfonycasts.verify_email.helper"; reason: unused.
  • Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
  • Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
  • Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
  • Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
  • Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.xes.ZcM"; reason: unused.
  • Removed service ".service_locator.nLgZj7R"; reason: unused.
156
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\AccountPaymentController" to "App\Controller\Admin\AccountPaymentController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\CashboxController" to "App\Controller\Admin\CashboxController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\CategoryController" to "App\Controller\Admin\CategoryController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\CompanyController" to "App\Controller\Admin\CompanyController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\ContraAccountController" to "App\Controller\Admin\ContraAccountController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\CustomerController" to "App\Controller\Admin\CustomerController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\DummyDataController" to "App\Controller\Admin\DummyDataController".
  • Inlined service "App\Service\Admin\UserService" to "App\Controller\Admin\EmployeeController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\EmployeeController" to "App\Controller\Admin\EmployeeController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\FiskalyController" to "App\Controller\Admin\FiskalyController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\IndexController" to "App\Controller\Admin\IndexController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\LocationController" to "App\Controller\Admin\LocationController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\PaymentMethodController" to "App\Controller\Admin\PaymentMethodController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\ProductController" to "App\Controller\Admin\ProductController".
  • Inlined service "App\Service\Admin\PriceService" to "App\Controller\Admin\ProductPriceController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\ProductPriceController" to "App\Controller\Admin\ProductPriceController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\ReceiptController" to "App\Controller\Admin\ReceiptController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\StatisticController" to "App\Controller\Admin\StatisticController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\StockController" to "App\Controller\Admin\StockController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\SupportController" to "App\Controller\Admin\SupportController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Admin\TaxController" to "App\Controller\Admin\TaxController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Api\FinancialStatementController" to "App\Controller\Api\FinancialStatementController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\ApiDummyController" to "App\Controller\ApiDummyController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\CartController" to "App\Controller\CashBox\CartController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\CashboxController" to "App\Controller\CashBox\CashboxController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\CategoryController" to "App\Controller\CashBox\CategoryController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\CustomerController" to "App\Controller\CashBox\CustomerController".
  • Inlined service "App\Service\CashBox\DailyFinancialStatementService" to "App\Controller\CashBox\DailyFinancialStatementController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\DailyFinancialStatementController" to "App\Controller\CashBox\DailyFinancialStatementController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\ImageController" to "App\Controller\CashBox\ImageController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\IndexController" to "App\Controller\CashBox\IndexController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\LanguageController" to "App\Controller\CashBox\LanguageController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\LocationController" to "App\Controller\CashBox\LocationController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\LockController" to "App\Controller\CashBox\LockController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\PaymentMethodController" to "App\Controller\CashBox\PaymentMethodController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\ProductController" to "App\Controller\CashBox\ProductController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\ReceiptController" to "App\Controller\CashBox\ReceiptController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\ReversalController" to "App\Controller\CashBox\ReversalController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\SearchController" to "App\Controller\CashBox\SearchController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\CashBox\TransactionController" to "App\Controller\CashBox\TransactionController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Debug\DebugController" to "App\Controller\Debug\DebugController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\DevLogController" to "App\Controller\DevLogController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\Dummy\BarCodeController" to "App\Controller\Dummy\BarCodeController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\IndexController" to "App\Controller\IndexController".
  • Inlined service ".service_locator.iRkeTRL.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service "App\Service\Api\PosAccount\ApiPlatformService" to "App\Service\Api\PosAccount\ApiUserService".
  • Inlined service "App\Service\Fiskaly\KassenSichVLogService" to "App\Service\Fiskaly\Api\KassenSichVApi".
  • Inlined service "App\Service\Fiskaly\Helper\ResponseAuthHelperService" to "App\Service\Fiskaly\Helper\AuthHelperService".
  • Inlined service "App\Service\Fiskaly\Helper\PersistedAuthHelperService" to "App\Service\Fiskaly\Helper\AuthHelperService".
  • Inlined service "App\Service\Fiskaly\Helper\ClientHelperService" to "App\Service\Fiskaly\KassenSichVApiService".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.hH8QO2F" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.lzzH4Je" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.19_mNxd" to "validator.validator_factory".
  • Inlined service ".service_locator.yY.p4P7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "api_platform.data_collector.request" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "notifier.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "api_platform.route_loader" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.kODoftA" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "api_platform.serializer.uuid_denormalizer" to "serializer".
  • Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "api_platform.graphql.normalizer.validation_exception" to "serializer".
  • Inlined service "api_platform.graphql.normalizer.http_exception" to "serializer".
  • Inlined service "api_platform.graphql.normalizer.runtime_exception" to "serializer".
  • Inlined service "api_platform.swagger.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.graphql.normalizer.error" to "serializer".
  • Inlined service "api_platform.openapi.normalizer.api_gateway" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.error" to "serializer".
  • Inlined service "api_platform.problem.normalizer.error" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" to "serializer".
  • Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
  • Inlined service "api_platform.graphql.normalizer.item" to "serializer".
  • Inlined service "api_platform.serializer.normalizer.item" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
  • Inlined service "api_platform.graphql.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "api_platform.jsonld.encoder" to "serializer".
  • Inlined service "api_platform.problem.encoder" to "serializer".
  • Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.cache_class_metadata_factory.inner" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service "serializer.mapping.cache.symfony" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "App\Twig\FunctionExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "knp_menu.twig.extension" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.7zPrOMP" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.bK27S4d" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.hmI9Ath" to "doctrine.orm.container_repository_factory".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service ".service_locator.7nFBkqQ" to "security.token_storage".
  • Inlined service ".service_locator.zJyh7qS" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.Mgf5Lla" to "security.access_map".
  • Inlined service ".security.request_matcher.aybG8A9" to "security.access_map".
  • Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.event_dispatcher.main" to "security.logout_listener.main".
  • Inlined service "security.user_checker" to "security.authentication.provider.guard.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
  • Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
  • Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
  • Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
  • Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
  • Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~11ZqtYd" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
  • Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
  • Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter".
  • Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
  • Inlined service "serializer.mapping.cache_class_metadata_factory" to "api_platform.serializer.mapping.class_metadata_factory".
  • Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
  • Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
  • Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
  • Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
  • Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
  • Inlined service "api_platform.cache.identifiers_extractor.recorder_inner" to "api_platform.cache.identifiers_extractor".
  • Inlined service "api_platform.cache.subresource_operation_factory.recorder_inner" to "api_platform.cache.subresource_operation_factory".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
  • Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
  • Inlined service "api_platform.metadata.resource.metadata_factory.php_doc" to "api_platform.metadata.resource.metadata_factory.short_name".
  • Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.formats".
  • Inlined service "api_platform.metadata.resource.metadata_factory.formats" to "api_platform.metadata.resource.metadata_factory.cached".
  • Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
  • Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
  • Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
  • Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.metadata.property.metadata_factory.cached".
  • Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
  • Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
  • Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
  • Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
  • Inlined service "api_platform.metadata.subresource.metadata_factory.annotation" to "api_platform.metadata.property.metadata_factory.annotation".
  • Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.subresource.metadata_factory.annotation".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml".
  • Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
  • Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.yaml".
  • Inlined service "api_platform.metadata.property.metadata_factory.annotation" to "api_platform.metadata.property.metadata_factory.yaml".
  • Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.php_doc".
  • Inlined service ".2_ObjectNormalizer~Wjomh6r" to ".1_Serializer~Wjomh6r".
  • Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory".
  • Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.api_gateway".
  • Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "api_platform.swagger.normalizer.api_gateway".
  • Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.action".
  • Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
  • Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
  • Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
  • Inlined service "api_platform.graphql.resolver.stage.deserialize" to "api_platform.graphql.resolver.factory.item_mutation".
  • Inlined service "api_platform.graphql.resolver.stage.write" to "api_platform.graphql.resolver.factory.item_mutation".
  • Inlined service "api_platform.graphql.resolver.stage.validate" to "api_platform.graphql.resolver.factory.item_mutation".
  • Inlined service "api_platform.graphql.mutation_resolver_locator" to "api_platform.graphql.resolver.factory.item_mutation".
  • Inlined service "api_platform.graphql.subscription.subscription_manager" to "api_platform.graphql.resolver.factory.item_subscription".
  • Inlined service "api_platform.graphql.type_locator" to "api_platform.graphql.types_factory".
  • Inlined service "api_platform.graphql.resolver.resource_field" to "api_platform.graphql.type_builder".
  • Inlined service "api_platform.graphql.fields_builder_locator" to "api_platform.graphql.type_builder".
  • Inlined service "api_platform.graphql.type_converter" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.factory.item" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.factory.collection" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.factory.item_mutation" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.factory.item_subscription" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.types_factory" to "api_platform.graphql.schema_builder".
  • Inlined service "api_platform.graphql.executor" to "api_platform.graphql.action.entrypoint".
  • Inlined service "api_platform.graphql.error_handler" to "api_platform.graphql.action.entrypoint".
  • Inlined service "api_platform.graphql.subscription.subscription_identifier_generator" to "api_platform.graphql.subscription.subscription_manager".
  • Inlined service "api_platform.graphql.cache.subscription.recorder_inner" to "api_platform.graphql.cache.subscription".
  • Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
  • Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
  • Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
  • Inlined service "debug.api_platform.collection_data_provider.inner" to "debug.api_platform.collection_data_provider".
  • Inlined service "debug.api_platform.item_data_provider.inner" to "debug.api_platform.item_data_provider".
  • Inlined service "debug.api_platform.subresource_data_provider.inner" to "debug.api_platform.subresource_data_provider".
  • Inlined service "debug.api_platform.data_persister.inner" to "debug.api_platform.data_persister".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.491LSII" to ".service_locator.491LSII.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.cache_class_metadata_factory.inner".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.kPoK5TQ" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.491LSII.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service ".1_Serializer~Wjomh6r" to "serializer".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "api_platform.graphql.type_builder" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.type_builder" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.read" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.security" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.security_post_denormalize" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.serialize" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.query_resolver_locator" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.read" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.security" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.security_post_denormalize" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.serialize" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.query_resolver_locator" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.read" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.security" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.security_post_denormalize" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.serialize" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.read" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.security" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.serialize" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.resolver.stage.serialize" to "api_platform.graphql.fields_builder".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "api_platform.graphql.serializer.context_builder" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.serializer.context_builder" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.serializer.context_builder" to "api_platform.graphql.fields_builder".
  • Inlined service "api_platform.graphql.serializer.context_builder" to "api_platform.graphql.fields_builder".
442